Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185339
b: refs/heads/master
c: 08add0c
h: refs/heads/master
i:
  185337: 5d349a1
  185335: f61b66f
v: v3
  • Loading branch information
Thiago Farina authored and Greg Kroah-Hartman committed Mar 2, 2010
1 parent 9684bcb commit c7dce58
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a74171005f2f6474e05bdfccb05c9f0d68224a49
refs/heads/master: 08add0c780b9f5c35de49d83abb7a4e14a9cd457
2 changes: 1 addition & 1 deletion trunk/drivers/usb/atm/usbatm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@ static int __init usbatm_usb_init(void)
{
dbg("%s: driver version %s", __func__, DRIVER_VERSION);

if (sizeof(struct usbatm_control) > sizeof(((struct sk_buff *) 0)->cb)) {
if (sizeof(struct usbatm_control) > FIELD_SIZEOF(struct sk_buff, cb)) {
printk(KERN_ERR "%s unusable with this kernel!\n", usbatm_driver_name);
return -EIO;
}
Expand Down

0 comments on commit c7dce58

Please sign in to comment.