From: Himangi Saraogi Date: Fri, 7 Mar 2014 17:35:26 +0000 (+0530) Subject: staging:rtl8187se: Change argument type in function to bool X-Git-Tag: v3.15-rc1~139^2~527 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf9aac535e3142f6a48c1695d06353fccc3bd6ad;p=pandora-kernel.git staging:rtl8187se: Change argument type in function to bool Since the argument morefrag is being used as a booleon in the function rtl8180_tx, the type for the argument is changed to booleon in the function definition and declaration. This ensures that the variable morefrag is always in the range 0-1 and overflow dooes not cause errors if it is assigned a value. Also, this improves code readability. Signed-off-by: Himangi Saraogi Acked-by: Paul E. McKenney Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed