]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
i2c: acpi: remove unneeded variable initialization
authorWolfram Sang <wsa@the-dreams.de>
Tue, 18 Nov 2014 14:12:43 +0000 (15:12 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Tue, 18 Nov 2014 15:03:05 +0000 (16:03 +0100)
commit4470c725ba7b86481c31466640ab487f927de6b7
treefffb3aebf928eeb11b65774159014b127a81587b
parentce1a78840ff7ab846065d5b65eaac959bafe1949
i2c: acpi: remove unneeded variable initialization

No need to initialize 'ret' if it gets assigned directly after that.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/i2c/i2c-core.c