linux-kernel-test/drivers/net/wireless/bcm43xx
Randy Dunlap 4c6f749f74 [PATCH] bcm43xx wireless: fix printk format warnings
Fix printk format warnings:
drivers/net/wireless/bcm43xx/bcm43xx_debugfs.c:456: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3 has type ‘size_t’
drivers/net/wireless/bcm43xx/bcm43xx_debugfs.c:460: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘size_t’
drivers/net/wireless/bcm43xx/bcm43xx_debugfs.c:476: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3 has type ‘size_t’
drivers/net/wireless/bcm43xx/bcm43xx_debugfs.c:480: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘size_t’
drivers/net/wireless/bcm43xx/bcm43xx_dma.c:200: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘dma_addr_t’
drivers/net/wireless/bcm43xx/bcm43xx_dma.c:311: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘dma_addr_t’
drivers/net/wireless/bcm43xx/bcm43xx_dma.c:733: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘dma_addr_t’

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2006-04-19 17:25:40 -04:00
..
bcm43xx_debugfs.c [PATCH] bcm43xx wireless: fix printk format warnings 2006-04-19 17:25:40 -04:00
bcm43xx_debugfs.h [PATCH] wireless: import bcm43xx sources 2006-03-27 11:18:23 -05:00
bcm43xx_dma.c [PATCH] bcm43xx wireless: fix printk format warnings 2006-04-19 17:25:40 -04:00
bcm43xx_dma.h [PATCH] bcm43xx: add functions bcm43xx_dma_read/write, bcm43xx_dma_tx_suspend/resume. 2006-03-27 11:19:37 -05:00
bcm43xx_ethtool.c [PATCH] bcm43xx: basic ethtool support 2006-03-27 11:18:28 -05:00
bcm43xx_ethtool.h [PATCH] bcm43xx: basic ethtool support 2006-03-27 11:18:28 -05:00
bcm43xx_ilt.c [PATCH] bcm43xx: reduce the size of bcm43xx_private by removing unneeded members. 2006-03-27 11:19:37 -05:00
bcm43xx_ilt.h [PATCH] bcm43xx: fix some stuff, add a few missing mmiowb(), remove dead code. 2006-03-27 11:19:36 -05:00
bcm43xx_leds.c [PATCH] bcm43xx: get rid of "/* vim: ..." lines at the end of several files. 2006-03-27 11:19:44 -05:00
bcm43xx_leds.h [PATCH] bcm43xx: fix some gpio register trashing (hopefully :D) 2006-03-27 11:19:40 -05:00
bcm43xx_main.c [PATCH] bcm43xx: set trans_start on TX to prevent bogus timeouts 2006-04-19 17:25:39 -04:00
bcm43xx_main.h [PATCH] bcm43xx: reduce the size of bcm43xx_private by removing unneeded members. 2006-03-27 11:19:37 -05:00
bcm43xx_phy.c [PATCH] bcm43xx: sync GPHY init with the specs. 2006-03-27 11:19:47 -05:00
bcm43xx_phy.h [PATCH] wireless: import bcm43xx sources 2006-03-27 11:18:23 -05:00
bcm43xx_pio.c [PATCH] bcm43xx: get rid of "/* vim: ..." lines at the end of several files. 2006-03-27 11:19:44 -05:00
bcm43xx_pio.h [PATCH] bcm43xx: Partially fix PIO code. Add Kconfig option for PIO or DMA mode (or both). 2006-03-27 11:18:32 -05:00
bcm43xx_power.c [PATCH] wireless: import bcm43xx sources 2006-03-27 11:18:23 -05:00
bcm43xx_power.h [PATCH] wireless: import bcm43xx sources 2006-03-27 11:18:23 -05:00
bcm43xx_radio.c [PATCH] bcm43xx: fix nrssi_threshold calculation. 2006-03-27 11:19:43 -05:00
bcm43xx_radio.h [PATCH] bcm43xx: set default attenuation values. 2006-03-27 11:19:42 -05:00
bcm43xx_sysfs.c [PATCH] bcm43xx: get rid of "/* vim: ..." lines at the end of several files. 2006-03-27 11:19:44 -05:00
bcm43xx_sysfs.h [PATCH] bcm43xx: Add sysfs attributes for device specific tunables. 2006-03-27 11:18:40 -05:00
bcm43xx_wx.c [PATCH] bcm43xx: remove some compilerwarnings. 2006-03-27 11:19:45 -05:00
bcm43xx_wx.h [PATCH] wireless: import bcm43xx sources 2006-03-27 11:18:23 -05:00
bcm43xx_xmit.c [PATCH] bcm43xx: remove some compilerwarnings. 2006-03-27 11:19:45 -05:00
bcm43xx_xmit.h [PATCH] bcm43xx: Move TX/RX related functions to its own file. Add basic RTS/CTS code. 2006-03-27 11:18:40 -05:00
bcm43xx.h [PATCH] bcm43xx: sync GPHY init with the specs. 2006-03-27 11:19:47 -05:00
Kconfig [PATCH] bcm43xx: Fix Kconfig typo (transfer mode default) 2006-03-27 11:18:38 -05:00
Makefile [PATCH] bcm43xx: Add sysfs attributes for device specific tunables. 2006-03-27 11:18:40 -05:00