mfd: Avoid copying data in WM8994 I2C write
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 17 Mar 2011 21:42:28 +0000 (21:42 +0000)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 23 Mar 2011 09:42:10 +0000 (10:42 +0100)
As well as providing a trivial performance optimisation this also avoids
allocating a copy of the message on the stack which is beneficial when
doing large transfers.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

No differences found