DNI: DNI: Naughty hack to allow I2C reads in userspace

Normally if an address is bound to a kernel driver then reading or
writing at that address is blocked with an -EBUSY.

Of course a lot of the time the driver is idle - and I want to read
the registers. So 'unblock' the code path.
1 file changed