Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323440
b: refs/heads/master
c: b07072e
h: refs/heads/master
v: v3
  • Loading branch information
Bruno Prémont authored and Jiri Kosina committed Aug 15, 2012
1 parent 0b2e4ab commit 0dbc3da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9966c37c467167f29850fd0a856fce7031353bf3
refs/heads/master: b07072e6a27253b5eb7d21049a108449920b4c50
2 changes: 2 additions & 0 deletions trunk/drivers/hid/hid-picolcd_leds.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ static void picolcd_led_set_brightness(struct led_classdev *led_cdev,
dev = led_cdev->dev->parent;
hdev = container_of(dev, struct hid_device, dev);
data = hid_get_drvdata(hdev);
if (!data)
return;
for (i = 0; i < 8; i++) {
if (led_cdev != data->led[i])
continue;
Expand Down

0 comments on commit 0dbc3da

Please sign in to comment.