Loading drivers/mfd/mfd-core.c +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ int mfd_add_devices(struct device *parent, int id, atomic_t *cnts; /* initialize reference counting for all cells */ cnts = kcalloc(sizeof(*cnts), n_devs, GFP_KERNEL); cnts = kcalloc(n_devs, sizeof(*cnts), GFP_KERNEL); if (!cnts) return -ENOMEM; Loading Loading
drivers/mfd/mfd-core.c +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ int mfd_add_devices(struct device *parent, int id, atomic_t *cnts; /* initialize reference counting for all cells */ cnts = kcalloc(sizeof(*cnts), n_devs, GFP_KERNEL); cnts = kcalloc(n_devs, sizeof(*cnts), GFP_KERNEL); if (!cnts) return -ENOMEM; Loading