* Corey Osgood corey.osgood@gmail.com [071102 17:39]:
+/**
- This is provided for compatibility, should it be needed
- */
+inline u8 spd_read_byte(u32 address, u8 offset) +{
- return smbus_read_byte(address, offset);
+}
Also, address is 32bit here but 8bit in smbus_read_byte()?
oops!
That's the whole point behind the abstraction.
Stefan