diff options
-rw-r--r-- | drivers/ipack/ipack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ipack/ipack.c b/drivers/ipack/ipack.c index 575c4f29e0f7..a1e07a77d4e6 100644 --- a/drivers/ipack/ipack.c +++ b/drivers/ipack/ipack.c | |||
@@ -212,7 +212,7 @@ struct ipack_bus_device *ipack_bus_register(struct device *parent, int slots, | |||
212 | int bus_nr; | 212 | int bus_nr; |
213 | struct ipack_bus_device *bus; | 213 | struct ipack_bus_device *bus; |
214 | 214 | ||
215 | bus = kzalloc(sizeof(struct ipack_bus_device), GFP_KERNEL); | 215 | bus = kzalloc(sizeof(*bus), GFP_KERNEL); |
216 | if (!bus) | 216 | if (!bus) |
217 | return NULL; | 217 | return NULL; |
218 | 218 | ||