aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/epson1355fb.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2006-03-20 13:17:13 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2006-03-20 13:42:57 -0800
commit972de6c8bfd8b36618563be454df1e95a36dc379 (patch)
tree98be8fb9475a97ab1a212cd2a9a3a1ebf0b16d2d /drivers/video/epson1355fb.c
parent[PATCH] kobject: fix build error if CONFIG_SYSFS=n (diff)
downloadlinux-dev-972de6c8bfd8b36618563be454df1e95a36dc379.tar.xz
linux-dev-972de6c8bfd8b36618563be454df1e95a36dc379.zip
[PATCH] Mark empty release functions as broken
Come on people, this is just wrong... Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/video/epson1355fb.c')
-rw-r--r--drivers/video/epson1355fb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/epson1355fb.c b/drivers/video/epson1355fb.c
index 3b0e71383448..082759447bf6 100644
--- a/drivers/video/epson1355fb.c
+++ b/drivers/video/epson1355fb.c
@@ -607,6 +607,7 @@ static void clearfb16(struct fb_info *info)
static void epson1355fb_platform_release(struct device *device)
{
+ dev_err(device, "This driver is broken, please bug the authors so they will fix it.\n");
}
static int epson1355fb_remove(struct platform_device *dev)