Skip to content

Commit

Permalink
[PATCH] USB: trivial DEBUG message correction in gadget ether driver
Browse files Browse the repository at this point in the history
Acked-by: David Brownell <david-b@pacbell.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Matt Reimer authored and Greg Kroah-Hartman committed Jun 21, 2006
1 parent 4255e6f commit 4186c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/gadget/ether.c
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ set_ether_config (struct eth_dev *dev, gfp_t gfp_flags)
result = usb_ep_enable (dev->out_ep, dev->out);
if (result != 0) {
DEBUG (dev, "enable %s --> %d\n",
dev->in_ep->name, result);
dev->out_ep->name, result);
goto done;
}
}
Expand Down

0 comments on commit 4186c29

Please sign in to comment.