On Mon, Apr 30, 2012 at 12:05:46PM +0530, Ashish Jangam wrote: > Some devices does not support bulk read and write operations, for them > we have series of single write and read operations. Applied, though please in future - Use a changelog that matches the subsystem - Follow the kernel coding style, you should use I fixed both these things up, and also... > + if (config->use_single_rw) > + map->use_single_rw = config->use_single_rw; There's no need to check if the flag is set here, you can just assign directly.