Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185327
b: refs/heads/master
c: 1bd4f29
h: refs/heads/master
i:
  185325: 96c3570
  185323: 59f63a9
  185319: 86e7b0d
  185311: 1ae8789
v: v3
  • Loading branch information
Németh Márton authored and Greg Kroah-Hartman committed Mar 2, 2010
1 parent 06010a1 commit 4fb788b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 94089d56e456d2814c379538919180957a254e4a
refs/heads/master: 1bd4f29d0af5b4b1c022d8fded14665dd5932905
2 changes: 1 addition & 1 deletion trunk/drivers/usb/usb-skeleton.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define USB_SKEL_PRODUCT_ID 0xfff0

/* table of devices that work with this driver */
static struct usb_device_id skel_table[] = {
static const struct usb_device_id skel_table[] = {
{ USB_DEVICE(USB_SKEL_VENDOR_ID, USB_SKEL_PRODUCT_ID) },
{ } /* Terminating entry */
};
Expand Down

0 comments on commit 4fb788b

Please sign in to comment.