hw/i2c/aspeed_i2c: Simplify aspeed_i2c_get_bus()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 5 Jul 2020 22:41:50 +0000 (00:41 +0200)
committerCorey Minyard <cminyard@mvista.com>
Thu, 16 Jul 2020 17:30:54 +0000 (12:30 -0500)
commit7a204cbdc280fd9ab6c8d34a01f112ea5e809f70
tree2af0af5efdfddb4eabe0a964e95804b1e579f956
parentae163b8d9588f02de6a4b6dba310307ba485d4a9
hw/i2c/aspeed_i2c: Simplify aspeed_i2c_get_bus()

All the callers of aspeed_i2c_get_bus() have a AspeedI2CState and
cast it to a DeviceState with DEVICE(), then aspeed_i2c_get_bus()
cast the DeviceState to an AspeedI2CState with ASPEED_I2C()...

Simplify aspeed_i2c_get_bus() callers by using AspeedI2CState
argument.

Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20200705224154.16917-2-f4bug@amsat.org>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
hw/arm/aspeed.c
hw/i2c/aspeed_i2c.c
include/hw/i2c/aspeed_i2c.h