Explorar o código

iio: at91_adc: Cocci spatch "noderef"

sizeof when applied to a pointer typed expression gives the size of the
pointer.
Found by coccinelle spatch "misc/noderef.cocci"

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Thomas Meyer %!s(int64=12) %!d(string=hai) anos
pai
achega
4287723616
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/iio/adc/at91_adc.c

+ 1 - 1
drivers/iio/adc/at91_adc.c

@@ -279,7 +279,7 @@ static int at91_adc_trigger_init(struct iio_dev *idev)
 	int i, ret;
 	int i, ret;
 
 
 	st->trig = devm_kzalloc(&idev->dev,
 	st->trig = devm_kzalloc(&idev->dev,
-				st->trigger_number * sizeof(st->trig),
+				st->trigger_number * sizeof(*st->trig),
 				GFP_KERNEL);
 				GFP_KERNEL);
 
 
 	if (st->trig == NULL) {
 	if (st->trig == NULL) {