]> git.baikalelectronics.ru Git - kernel.git/commit
debugfs: move to new strtobool
authorJonathan Cameron <jic23@cam.ac.uk>
Tue, 19 Apr 2011 11:43:46 +0000 (12:43 +0100)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 19 May 2011 07:25:28 +0000 (16:55 +0930)
commite62dd6d7e0aceeaad126f100b9e0195ab70839fd
tree3c756c3cfd61e2ea4323d07fc208d0e6528ad3a1
parent31e859558d03051d5fa01c8684bc4c33e9dc9e15
debugfs: move to new strtobool

No functional changes requires that we eat errors from strtobool.
If people want to not do this, then it should be fixed at a later date.

V2: Simplification suggested by Rusty Russell removes the need for
additional variable ret.

Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
fs/debugfs/file.c