Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ce75aa4 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Mark Brown
Browse files
parent 19c7ac27
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -448,7 +448,7 @@ static __devinit int ak4642_i2c_probe(struct i2c_client *i2c,
	int ret;

	ak4642 = kzalloc(sizeof(struct ak4642_priv), GFP_KERNEL);
	if (ak4642 == NULL)
	if (!ak4642)
		return -ENOMEM;

	i2c_set_clientdata(i2c, ak4642);