Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54338
b: refs/heads/master
c: 2fda4c9
h: refs/heads/master
v: v3
  • Loading branch information
Geoff Levand authored and Linus Torvalds committed May 7, 2007
1 parent e46dfbe commit dbdddc6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 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: f0ac675806441d17303707856f4d23bd27092014
refs/heads/master: 2fda4c90f65fd96ef910ba285d66984caf600a08
7 changes: 0 additions & 7 deletions trunk/drivers/usb/host/ehci-ps3.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,6 @@ static const struct hc_driver ps3_ehci_hc_driver = {
#endif
};

#if !defined(DEBUG)
#undef dev_dbg
static inline int __attribute__ ((format (printf, 2, 3))) dev_dbg(
const struct device *_dev, const char *fmt, ...) {return 0;}
#endif


static int ps3_ehci_sb_probe(struct ps3_system_bus_device *dev)
{
int result;
Expand Down
8 changes: 0 additions & 8 deletions trunk/drivers/usb/host/ohci-ps3.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,6 @@ static const struct hc_driver ps3_ohci_hc_driver = {
#endif
};

/* redefine dev_dbg to do a syntax check */

#if !defined(DEBUG)
#undef dev_dbg
static inline int __attribute__ ((format (printf, 2, 3))) dev_dbg(
const struct device *_dev, const char *fmt, ...) {return 0;}
#endif

static int ps3_ohci_sb_probe(struct ps3_system_bus_device *dev)
{
int result;
Expand Down

0 comments on commit dbdddc6

Please sign in to comment.