Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39843
b: refs/heads/master
c: 9950421
h: refs/heads/master
i:
  39841: c757a23
  39839: cfccba2
v: v3
  • Loading branch information
Linus Torvalds committed Oct 18, 2006
1 parent 854f410 commit 4985dd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 699ddda6ecd5751fd05fd5128aa7f93438974468
refs/heads/master: 9950421c1e90d08d52ef47df1fcebe6078b04af3
4 changes: 2 additions & 2 deletions trunk/drivers/usb/gadget/net2280.c
Original file line number Diff line number Diff line change
Expand Up @@ -1774,8 +1774,8 @@ static DEVICE_ATTR (queues, S_IRUGO, show_queues, NULL);

#else

#define device_create_file(a,b) do {} while (0)
#define device_remove_file device_create_file
#define device_create_file(a,b) (0)
#define device_remove_file(a,b) do { } while (0)

#endif

Expand Down

0 comments on commit 4985dd9

Please sign in to comment.