]> git.baikalelectronics.ru Git - kernel.git/commit
dm table: use bool function return values of true/false not 1/0
authorJoe Perches <joe@perches.com>
Mon, 30 Mar 2015 17:43:18 +0000 (10:43 -0700)
committerMike Snitzer <snitzer@redhat.com>
Wed, 15 Apr 2015 16:10:23 +0000 (12:10 -0400)
commita0b4c133efaba52cb45fe9b06a6f12d6721b10a0
tree1e5022607343a7fed4abe7460e2a2912b34023b9
parent44aa64a0fe5cd19e44f93c71cc0eb790b9a06f47
dm table: use bool function return values of true/false not 1/0

Use the normal return values for bool functions.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-table.c