Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3699
b: refs/heads/master
c: 843c944
h: refs/heads/master
i:
  3697: 33455c3
  3695: 751b072
v: v3
  • Loading branch information
Andrew Morton authored and Greg Kroah-Hartman committed Jun 27, 2005
1 parent fc454c0 commit dfa9e8d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 65412e48e21ff4fdaf2aea1565ef4fb3ef5262ce
refs/heads/master: 843c944fb86e5e31ee7b319172e657ea22301322
3 changes: 2 additions & 1 deletion trunk/drivers/usb/atm/usbatm.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@

/* FIXME: move to dev_* once ATM is driver model aware */
#define atm_printk(level, instance, format, arg...) \
printk(level "ATM dev %d: " format , (instance)->atm_dev->number, ## arg)
printk(level "ATM dev %d: " format , \
(instance)->atm_dev->number , ## arg)

#define atm_err(instance, format, arg...) \
atm_printk(KERN_ERR, instance , format , ## arg)
Expand Down

0 comments on commit dfa9e8d

Please sign in to comment.