From 4a2c8ac2bc67d689bc7df130d3105af52fa36b18 Mon Sep 17 00:00:00 2001 From: balrog Date: Sat, 3 Nov 2007 00:51:03 +0000 Subject: Initial OMAP I^2C controller implementation (communication not tested). Correct an i2c_start_transfer comment. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3514 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/i2c.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hw/i2c.c') diff --git a/hw/i2c.c b/hw/i2c.c index f0d117c14..627bbfc4e 100644 --- a/hw/i2c.c +++ b/hw/i2c.c @@ -51,8 +51,7 @@ int i2c_bus_busy(i2c_bus *bus) return bus->current_dev != NULL; } -/* Returns nonzero if the bus is already busy, or is the address is not - valid. */ +/* Returns non-zero if the address is not valid. */ /* TODO: Make this handle multiple masters. */ int i2c_start_transfer(i2c_bus *bus, int address, int recv) { -- cgit v1.2.3