mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
HID: universal-pidff: Fix missing blank lines
Fixes errors from checkpatch script Signed-off-by: Tomasz Pakuła <tomasz.pakula.oficjalny@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>
This commit is contained in:
parent
2043ae9019
commit
9256c4bed6
|
|
@ -57,6 +57,7 @@ static int universal_pidff_probe(struct hid_device *hdev,
|
|||
const struct hid_device_id *id)
|
||||
{
|
||||
int i, error;
|
||||
|
||||
error = hid_parse(hdev);
|
||||
if (error) {
|
||||
hid_err(hdev, "HID parse failed\n");
|
||||
|
|
@ -91,8 +92,8 @@ static int universal_pidff_probe(struct hid_device *hdev,
|
|||
|
||||
/* Check if HID_PID support is enabled */
|
||||
int (*init_function)(struct hid_device *, u32);
|
||||
init_function = hid_pidff_init_with_quirks;
|
||||
|
||||
init_function = hid_pidff_init_with_quirks;
|
||||
if (!init_function) {
|
||||
hid_warn(hdev, "HID_PID support not enabled!\n");
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user