Re: [PATCH v2] Staging: iio: accel: Fixed NULL comparison style

From: Dan Carpenter
Date: Sun Dec 13 2015 - 08:57:05 EST


You have to resend it to apply on the original code, we are not going to
apply the first version of this patch. In other words it is:

- if (*rx_p == NULL) {
+ if (!*rxp) {

regards,
dan carpenter

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/