Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39817
b: refs/heads/master
c: f8ac232
h: refs/heads/master
i:
  39815: dea6ae2
v: v3
  • Loading branch information
Alexey Dobriyan authored and Greg Kroah-Hartman committed Oct 17, 2006
1 parent b09c069 commit b222bbb
Show file tree
Hide file tree
Showing 3 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: d5477c11111467e19787f00d3cab20fb48c2699e
refs/heads/master: f8ac232ad7388bfff680b26e84b3ac63889d1cea
2 changes: 1 addition & 1 deletion trunk/drivers/usb/net/cdc_ether.c
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ static struct usb_driver cdc_driver = {

static int __init cdc_init(void)
{
BUG_ON((sizeof(((struct usbnet *)0)->data)
BUILD_BUG_ON((sizeof(((struct usbnet *)0)->data)
< sizeof(struct cdc_state)));

return usb_register(&cdc_driver);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/net/usbnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@ EXPORT_SYMBOL_GPL(usbnet_resume);
static int __init usbnet_init(void)
{
/* compiler should optimize this out */
BUG_ON (sizeof (((struct sk_buff *)0)->cb)
BUILD_BUG_ON (sizeof (((struct sk_buff *)0)->cb)
< sizeof (struct skb_data));

random_ether_addr(node_id);
Expand Down

0 comments on commit b222bbb

Please sign in to comment.