diff -r 65b40f262685 -r bcf33365fd8d omap3530/omap3530_drivers/spi/test/d_spi_client_m.cpp --- a/omap3530/omap3530_drivers/spi/test/d_spi_client_m.cpp Wed Sep 22 23:33:25 2010 +0100 +++ b/omap3530/omap3530_drivers/spi/test/d_spi_client_m.cpp Wed Sep 22 23:37:20 2010 +0100 @@ -331,7 +331,7 @@ TPckgBuf header(KHeader); // create transfer object - const TInt KBuffLength = 10; // tTODO temp .. + const TInt KBuffLength = 64; TBuf8 txTransferBuf; // txbuffer.. // fill it with some data..(this will also set the length of the buffer) @@ -349,10 +349,6 @@ // queue the transaction synchronously r = IicBus::QueueTransaction(busId, &transaction); - // TODO - temporary added here.. - SET_SLAVE_ADDR(busId, 1); - r = IicBus::QueueTransaction(busId, &transaction); - LOG_FUNCTION_RETURN; return r; }