twl92230: fix old style increment/decrement usage
commitbdd7e1bc6f65c42a43f6177c46b95f87398b5411
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 30 Sep 2009 17:44:11 +0000 (30 19:44 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Wed, 30 Sep 2009 18:45:50 +0000 (30 18:45 +0000)
tree72cf07aa88cdb176b65463ef6b09c10a8f3c94f0
parentf90554ad75f135af164d09e015ca9691c5e2e348
twl92230: fix old style increment/decrement usage

Modern compilers do not parse "=-" as decrement:
you must use "-=" for that. Same for "=+"/"+=".

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/twl92230.c