projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41cb65c
)
Staging: nokia_h4p: removed unnecessary return statement in nokia_fw.c
author
Lars Hamre
<lhamre@umich.edu>
Fri, 8 Aug 2014 01:21:42 +0000
(21:21 -0400)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 16 Aug 2014 19:23:13 +0000
(12:23 -0700)
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>
drivers/staging/nokia_h4p/nokia_fw.c
patch
|
blob
|
history
diff --git
a/drivers/staging/nokia_h4p/nokia_fw.c
b/drivers/staging/nokia_h4p/nokia_fw.c
index 14ba2193efb674c7db26faee2f4fbe9113f30c78..18953aed5a296c934d637467bcc6ccf2bda3fde2 100644
(file)
--- 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);