summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/denali.c
diff options
context:
space:
mode:
authorNicholas Mc Guire2015-02-01 17:55:37 +0100
committerBrian Norris2015-03-31 03:30:30 +0200
commite5860c18e68606446a10c3e926a2a0162c385cbf (patch)
tree095bbb1a3bc8e864e8dc37f1178b128c0f733398 /drivers/mtd/nand/denali.c
parentmtd: nand: gpmi: Check for scan_bbt() error (diff)
downloadkernel-qcow2-linux-e5860c18e68606446a10c3e926a2a0162c385cbf.tar.gz
kernel-qcow2-linux-e5860c18e68606446a10c3e926a2a0162c385cbf.tar.xz
kernel-qcow2-linux-e5860c18e68606446a10c3e926a2a0162c385cbf.zip
mtd: pxa3xx_nand: cleanup wait_for_completion handling
return type of wait_for_completion_timeout is unsigned long not int, this patch uses the return value of wait_for_completion_timeout in the condition directly rather than assigning it to an incorrect type variable. The variable used for handling the return of wait_for_cmpletion_timeout was int but should be unsigned long, where it was not in use for anything else and the return value in case of completion (>0) is not used it was removed and wait_for_completion_timeout() used directly in the if condition. To make the timeout values a bit simpler to read and also handle all of the corner cases correctly the declarations are moved to msecs_to_jiffies(). The timeout declaration cleanup is just for readability Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd/nand/denali.c')
0 files changed, 0 insertions, 0 deletions