]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
i2c: of: rename variable to meet expectations
authorWolfram Sang <wsa@the-dreams.de>
Thu, 18 Jan 2018 12:11:31 +0000 (13:11 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 26 Feb 2018 19:40:46 +0000 (20:40 +0100)
commitc49b0e077594b2cb5531eacd88664badb2635e7f
treeceff6f8f50a588c857eea973eea527f59bbb55b0
parente6db2d3278ac2fff9e0e33e9cc4274ae7f14d9f2
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>
drivers/i2c/i2c-core-of.c