Files
twx-linux/drivers/video
Antonino A. Daplas fd9b012814 [PATCH] fbdev: Fix return error of fb_write
Fix return code of fb_write():

If at least 1 byte was transferred to the device, return number of bytes,
otherwise:

    - return -EFBIG - if file offset is past the maximum allowable offset or
      size is greater than framebuffer length
    - return -ENOSPC - if size is greater than framebuffer length - offset

Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-04-24 09:56:05 -07:00
..
2006-01-10 00:10:13 +01:00
2006-03-11 09:19:35 -08:00
2006-01-12 09:09:05 -08:00
2006-03-11 09:19:35 -08:00
2006-01-10 08:01:45 -08:00
2006-02-15 10:13:02 +00:00
2006-01-17 15:53:11 -08:00
2006-01-17 15:53:11 -08:00
2006-03-11 09:19:36 -08:00