diff options
author | Alexandru Ardelean <alexandru.ardelean@analog.com> | 2018-08-07 17:06:05 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2018-08-19 20:32:05 +0300 |
commit | 6b8471e4601db48ef76144fac6e706256c2aae2d (patch) | |
tree | 89609023e78f36a78213bd7c3507692137735886 /kernel/time | |
parent | eb2e188817b13d2f13b61ea6b96b7753ccff48dd (diff) | |
download | linux-6b8471e4601db48ef76144fac6e706256c2aae2d.tar.xz |
iio: adxl345: move null check for i2c id at start of probe
Fixes ef89f4b96a2 ("iio: adxl345: Add support for the ADXL375").
This was found via static checker.
After looking into the code a bit, it's unlikely that there will be a NULL
dereference if the `id` object in that specific code path.
However, it's safe to add a NULL (paranoid) check just to make sure and
remove any uncertainties.
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'kernel/time')
0 files changed, 0 insertions, 0 deletions