]> git.karo-electronics.de Git - karo-tx-linux.git/commit
i2c: Add pointer dereference protection to i2c_match_id()
authorLee Jones <lee.jones@linaro.org>
Mon, 7 Nov 2016 12:47:36 +0000 (12:47 +0000)
committerWolfram Sang <wsa@the-dreams.de>
Sun, 13 Nov 2016 18:08:01 +0000 (19:08 +0100)
commit811073b11b83c4da78413ecdb24c5adf3e5631ae
treee12ed1ba2ab65c6bb392724b8ed305ed4bb3311b
parent9446f62e8e18057fceb179d947508df2f7253b26
i2c: Add pointer dereference protection to i2c_match_id()

Here we're providing dereference protection for i2c_match_id(), which
saves us having to do it each time it's called.  We're also stripping
out the (now) needless checks in i2c_device_match().  This patch paves
the way for other, similar code trimming.

Acked-by: Grant Likely <grant.likely@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Tested-by: Kieran Bingham <kieran@bingham.xyz>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Tested-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Kieran Bingham <kieran@bingham.xyz>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/i2c-core.c