]> git.baikalelectronics.ru Git - kernel.git/commit
module: make module param bint handle nul value
authorDave Young <dyoung@redhat.com>
Wed, 1 Feb 2012 02:33:11 +0000 (10:33 +0800)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 14 Feb 2012 00:32:15 +0000 (11:02 +1030)
commit847f444ff95b8b5f2fccabac19fc3e011a6f0c3c
treeaac97957a1759a160b5e8d0dd9b4ba59c6e7d2e0
parentcc381c1506d2adfe03dd664d3d15899d18400db7
module: make module param bint handle nul value

Allow bint param accept nul values, just do same as bool param.

Signed-off-by: Dave Young <dyoung@redhat.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
kernel/params.c