OSDN Git Service

tmp105: change len and alorm to uint8_t
authorJuan Quintela <quintela@redhat.com>
Tue, 29 Sep 2009 20:48:37 +0000 (22:48 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 5 Oct 2009 14:32:38 +0000 (09:32 -0500)
commit6f3a7798ecc18575e7d329ff32c2efa63b71e0e2
tree5641c76faa1f325ee3739c81ea77502b1cb90009
parent289070c71568b703d48d9da413ead09f4303ed30
tmp105: change len and alorm to uint8_t

They were using only with very small integers, and they are sent/read as
bytes.  They can't become negative as far as I can see

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/tmp105.c