]> git.baikalelectronics.ru Git - kernel.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)
commitd3b7d610abc50b5459c097c7228ac90aa8bdaaf2
treee12ed1ba2ab65c6bb392724b8ed305ed4bb3311b
parentaede09b717465645ff8da265a47cc7acd0361ac0
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