[sound/oss i810] fix reads/writes % 4 != 0
This patch removes another bogus chunk of code that breaks when the application does a partial write. In particular, a read/write of x bytes where x % 4 != 0 will loop forever.
Showing
Please register or sign in to comment