Home
last modified time | relevance | path

Searched hist:c49b0e077594b2cb5531eacd88664badb2635e7f (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/i2c/
H A Di2c-core-of.cdiff c49b0e077594b2cb5531eacd88664badb2635e7f Thu Jan 18 13:11:31 CET 2018 Wolfram Sang <wsa@the-dreams.de> i2c: of: rename variable to meet expectations

'result' is mostly used in the kernel as int for functions returning
errno on failure. Here it is a pointer to the client struct, so let's
call it this way (as the parent function does, too).

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>