staging: csr: remove func_exit_r macro
authorDevendra Naga <devendra.aaru@gmail.com>
Sat, 27 Oct 2012 06:10:00 +0000 (02:10 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Oct 2012 21:54:34 +0000 (14:54 -0700)
commit1f5466b0a6c82a1489f5d1ff9ef20c919b56a2cc
tree385f2bd949909c1603a35552605ec09b638e31ac
parent75254af8908501f9cfc6be878c595da02859a0b5
staging: csr: remove func_exit_r macro

this macro is used for debugging purposes,

it actually defined as

if (unifi_debug >= 5) {
printk("unifi: <= %s %d\n", __FUNCTION__, (int)rc);
}

which produces too many of those prints if the unifi_debug is >=5.
remove these calls and the macro itself altogether

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/csr/csr_wifi_hip_card_sdio.c
drivers/staging/csr/csr_wifi_hip_download.c
drivers/staging/csr/csr_wifi_hip_dump.c
drivers/staging/csr/drv.c
drivers/staging/csr/sdio_mmc.c
drivers/staging/csr/sme_wext.c
drivers/staging/csr/unifi_os.h