linux/drivers/net/wireless/ath/ath5k
Viresh Kumar 621a5f7ad9 debugfs: Pass bool pointer to debugfs_create_bool()
Its a bit odd that debugfs_create_bool() takes 'u32 *' as an argument,
when all it needs is a boolean pointer.

It would be better to update this API to make it accept 'bool *'
instead, as that will make it more consistent and often more convenient.
Over that bool takes just a byte.

That required updates to all user sites as well, in the same commit
updating the API. regmap core was also using
debugfs_{read|write}_file_bool(), directly and variable types were
updated for that to be bool as well.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Mark Brown <broonie@kernel.org>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-10-04 11:36:07 +01:00
..
ahb.c ath5k: drop owner assignment from platform_drivers 2015-01-06 20:40:27 +02:00
ani.c ath5k: use DECLARE_EWMA 2015-08-20 14:10:22 -07:00
ani.h
ath5k.h debugfs: Pass bool pointer to debugfs_create_bool() 2015-10-04 11:36:07 +01:00
attach.c
base.c ath5k: use DECLARE_EWMA 2015-08-20 14:10:22 -07:00
base.h
caps.c
debug.c ath5k: use DECLARE_EWMA 2015-08-20 14:10:22 -07:00
debug.h
desc.c
desc.h
dma.c
eeprom.c
eeprom.h
gpio.c
initvals.c
Kconfig ath5k: use DECLARE_EWMA 2015-08-20 14:10:22 -07:00
led.c mac80211: make LED trigger names const 2015-05-05 14:21:55 +02:00
mac80211-ops.c mac80211: extend get_tkip_seq to all keys 2015-05-06 13:29:59 +02:00
Makefile
pci.c
pcu.c ath5k: document a fall-through case in ath5k_hw_set_opmode 2015-01-23 21:17:26 +02:00
phy.c
qcu.c
reg.h
reset.c ath5k: channel change fix 2015-03-13 15:11:45 +02:00
rfbuffer.h
rfgain.h
rfkill.c
sysfs.c
trace.h