diff options
author | Lars Hamre <lhamre@umich.edu> | 2014-08-08 01:21:42 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-08-16 19:23:13 (GMT) |
commit | d14b71231e78645008c3e2edee5496b4722d4d62 (patch) | |
tree | fc79a6ef42a035a4d1450b003e03acac9af13419 /drivers | |
parent | 41cb65c4854e14f12b1cbb8215e509d8ad4d0c88 (diff) | |
download | linux-d14b71231e78645008c3e2edee5496b4722d4d62.tar.xz |
Staging: nokia_h4p: removed unnecessary return statement in nokia_fw.c
This is a patch to the nokia_fw.c file that removes an unnecessary return statement found by the checkpatch.pl tool
Signed-off-by: Lars Hamre <hamham91@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/nokia_h4p/nokia_fw.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/nokia_h4p/nokia_fw.c b/drivers/staging/nokia_h4p/nokia_fw.c index 14ba219..18953ae 100644 --- a/drivers/staging/nokia_h4p/nokia_fw.c +++ b/drivers/staging/nokia_h4p/nokia_fw.c @@ -197,8 +197,6 @@ void hci_h4p_parse_fw_event(struct hci_h4p_info *info, struct sk_buff *skb) dev_err(info->dev, "Don't know how to parse fw event\n"); info->fw_error = -EINVAL; } - - return; } MODULE_FIRMWARE(FW_NAME_TI1271_PRELE); |