Commit f9943c25 authored by Ben Minerds's avatar Ben Minerds Committed by Greg Kroah-Hartman

USB: serial: keyspan: Removed unrequired parentheses.

Changes to conform with checkpatch.sh script. - return is not a
function, parentheses not required. Removed 1 checkpatch.sh error.
Signed-off-by: default avatarBen Minerds <puzzleduck@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 878b5fd6
......@@ -1235,7 +1235,7 @@ static int keyspan_fake_startup(struct usb_serial *serial)
if (request_ihex_firmware(&fw, fw_name, &serial->dev->dev)) {
dev_err(&serial->dev->dev, "Required keyspan firmware image (%s) unavailable.\n", fw_name);
return(1);
return 1;
}
dbg("Uploading Keyspan %s firmware.", fw_name);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment