Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-12-19 | iio: mma8452: remove unused register description | Martin Kepplinger | 1 | -1/+0 | |
Signed-off-by: Martin Kepplinger <martin.kepplinger@theobroma-systems.com> Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org> | |||||
2015-12-19 | Staging: iio: accel: sca3000: Fixed NULL comparison style | Bhaktipriya Shridhar | 1 | -1/+1 | |
The variable u8 **rx_p, is a pointer-to-pointer and hence the check should be "if (!*rx_p)" and not "if (!rx_p)". In the earlier version, checkpatch.pl gave the following check, which was incorrect: CHECK: Comparison to NULL could be written "!rx_p" + if (*rx_p == NULL) { Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org> |