]> Pileus Git - ~andy/linux/commit
iwl-debug: Shrink object by using dev_err and deduplicating formats
authorJoe Perches <joe@perches.com>
Fri, 18 Nov 2011 01:46:15 +0000 (17:46 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 21 Nov 2011 21:20:48 +0000 (16:20 -0500)
commit1e7aecc26b95efb9d9bdba1ff5c33c99ca34d4ad
tree96582cf4a9b32af23c4fb5aada49a600b3b6249b
parent1ffeb2a3e943299a2ca954b8d10c208c853c1960
iwl-debug: Shrink object by using dev_err and deduplicating formats

Using dev_err instead of dev_printk(KERN_ERR uses fewer
arguments and is a bit smaller.

Deduplicating formats used by IWL_DEBUG_QUIET_RFKILL also
makes the object a bit smaller.

Neatened the macros, used ##__VA_ARGS__.

$ size drivers/net/wireless/iwlwifi/built-in.o*
   text    data     bss     dec     hex filename
 462652    8646   92576  563874   89aa2 drivers/net/wireless/iwlwifi/built-in.o.new
 467557    8646   92592  568795   8addb drivers/net/wireless/iwlwifi/built-in.o.old

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-debug.h