diff options
Diffstat (limited to 'drivers/macintosh/mac_hid.c')
| -rw-r--r-- | drivers/macintosh/mac_hid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/macintosh/mac_hid.c b/drivers/macintosh/mac_hid.c index 06fd910b3fd1..37f25b1f68c9 100644 --- a/drivers/macintosh/mac_hid.c +++ b/drivers/macintosh/mac_hid.c @@ -102,7 +102,7 @@ static int mac_hid_emumouse_connect(struct input_handler *handler, if (dev == mac_hid_emumouse_dev) return -ENODEV; - handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL); + handle = kzalloc_obj(struct input_handle, GFP_KERNEL); if (!handle) return -ENOMEM; |
