Wei Yongjun
940da353a8
memstick: move the dereference below the NULL test
...
The dereference should be moved below the NULL test.
spatch with a semantic match is used to found this.
(http://coccinelle.lip6.fr/ )
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn >
Cc: Maxim Levitsky <maximlevitsky@gmail.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2013-02-27 19:10:23 -08:00
Rusty Russell
90ab5ee941
module_param: make bool parameters really bool (drivers & misc)
...
module_param(bool) used to counter-intuitively take an int. In
fddd5201
(mid-2009) we allowed bool or int/unsigned int using a messy
trick.
It's time to remove the int/unsigned int option. For this version
it'll simply give a warning, but it'll break next kernel version.
Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com >
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au >
2012-01-13 09:32:20 +10:30
Lucas De Marchi
25985edced
Fix common misspellings
...
Fixes generated by 'codespell' and manually reviewed.
Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi >
2011-03-31 11:26:23 -03:00
Stephen Rothwell
5ede9ddfba
memstick: make enable_dma less generic in r592
...
Fixes this build error:
drivers/memstick/host/r592.c:26: error: 'enable_dma' redeclared as different kind of symbol
arch/powerpc/include/asm/dma.h:189: note: previous definition of 'enable_dma' was here
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au >
Cc: Andrew Morton <akpm@linux-foundation.org >
Cc: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp >
Cc: Alex Dubov <oakad@yahoo.com >
Acked-by: Maxim Levitsky <maximlevitsky@gmail.com >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2011-03-28 16:24:29 -07:00
Maxim Levitsky
9263412501
memstick: add driver for Ricoh R5C592 card reader
...
Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com >
Acked-by: Alex Dubov <oakad@yahoo.com >
Cc: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2011-03-25 17:45:16 -07:00