diff options
author | 2006-04-18 22:22:12 -0700 | |
---|---|---|
committer | 2006-04-19 09:13:54 -0700 | |
commit | 6a2a88668e90cd2459d0493e3e3ff17c3557febc (patch) | |
tree | f2a2b2426312541731082b8c6915e80727337a27 /arch/powerpc/kernel/sysfs.c | |
parent | [PATCH] savagefb: fix section mismatch warnings (diff) | |
download | wireguard-linux-6a2a88668e90cd2459d0493e3e3ff17c3557febc.tar.xz wireguard-linux-6a2a88668e90cd2459d0493e3e3ff17c3557febc.zip |
[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>
Diffstat (limited to 'arch/powerpc/kernel/sysfs.c')
0 files changed, 0 insertions, 0 deletions