summaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-mgr.c
diff options
context:
space:
mode:
authorAishwarya Pant <aishpant@gmail.com>2017-09-22 16:44:03 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-09-29 15:31:49 +0200
commitda9551c28c6f82795a3805f75a69d048936496df (patch)
treeb4430e66ef6437aeb17680b8d1ba1d5440ca8064 /drivers/fpga/fpga-mgr.c
parent2169ea9b391a1200ff615c1eeeda83bb7290b5dd (diff)
staging: rtl8188eu: remove implicit bool->int conversions
Implicit type conversions are bad; they hinder readability of code and have potential to cause bugs. Here the variable wait_ack is always supplied a bool value while in function declarations it is defined as an int type. Fix it by defining wait_ack a bool type in all usages. Signed-off-by: Aishwarya Pant <aishpant@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions