Skip to content

Commit d14b712

Browse files
Lars Hamregregkh
Lars Hamre
authored andcommitted
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>
1 parent 41cb65c commit d14b712

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/staging/nokia_h4p/nokia_fw.c

-2
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,6 @@ void hci_h4p_parse_fw_event(struct hci_h4p_info *info, struct sk_buff *skb)
197197
dev_err(info->dev, "Don't know how to parse fw event\n");
198198
info->fw_error = -EINVAL;
199199
}
200-
201-
return;
202200
}
203201

204202
MODULE_FIRMWARE(FW_NAME_TI1271_PRELE);

0 commit comments

Comments
 (0)