]> git.proxmox.com Git - mirror_qemu.git/commit - hw/nseries.c
lm832x: Take DeviceState pointer in lm832x_key_event()
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 29 Jul 2011 15:35:18 +0000 (16:35 +0100)
committerAndrzej Zaborowski <andrew.zaborowski@intel.com>
Sat, 30 Jul 2011 04:00:42 +0000 (06:00 +0200)
commitc4f05c8cf715fa613e1985421080e62a7b169284
tree089b2ebc9eaee0a427d207277054285f9d8df8e1
parent77831c204fda6303408aee1853c36768d853b413
lm832x: Take DeviceState pointer in lm832x_key_event()

Since lm832x has been qdev'ified, its users will generally
have a DeviceState pointer rather than an i2c_slave pointer,
so adjust lm832x_key_event's prototype to suit.

This allows the n810 (its only user) to actually pass a correct
pointer to it rather than NULL. The effect is that we no longer
segfault when a key is pressed.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
hw/i2c.h
hw/lm832x.c
hw/nseries.c