Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts were easy to resolve using immediate context mostly, except the cls_u32.c one where I simply too the entire HEAD chunk. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -1356,7 +1356,7 @@ static int qca_init_regulators(struct qca_power *qca,
|
||||
{
|
||||
int i;
|
||||
|
||||
qca->vreg_bulk = devm_kzalloc(qca->dev, num_vregs *
|
||||
qca->vreg_bulk = devm_kcalloc(qca->dev, num_vregs,
|
||||
sizeof(struct regulator_bulk_data),
|
||||
GFP_KERNEL);
|
||||
if (!qca->vreg_bulk)
|
||||
|
Reference in New Issue
Block a user