diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-20 16:17:13 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-20 16:42:57 -0500 |
commit | 972de6c8bfd8b36618563be454df1e95a36dc379 (patch) | |
tree | 98be8fb9475a97ab1a212cd2a9a3a1ebf0b16d2d /drivers/video | |
parent | 51107301b629640f9ab76fe23bf385e187b9ac29 (diff) |
[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')
-rw-r--r-- | drivers/video/epson1355fb.c | 1 | ||||
-rw-r--r-- | drivers/video/vfb.c | 1 |
2 files changed, 2 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) | |||
607 | 607 | ||
608 | static void epson1355fb_platform_release(struct device *device) | 608 | static void epson1355fb_platform_release(struct device *device) |
609 | { | 609 | { |
610 | dev_err(device, "This driver is broken, please bug the authors so they will fix it.\n"); | ||
610 | } | 611 | } |
611 | 612 | ||
612 | static int epson1355fb_remove(struct platform_device *dev) | 613 | static int epson1355fb_remove(struct platform_device *dev) |
diff --git a/drivers/video/vfb.c b/drivers/video/vfb.c index 53208cb58396..77eed1fd9943 100644 --- a/drivers/video/vfb.c +++ b/drivers/video/vfb.c | |||
@@ -401,6 +401,7 @@ static int __init vfb_setup(char *options) | |||
401 | static void vfb_platform_release(struct device *device) | 401 | static void vfb_platform_release(struct device *device) |
402 | { | 402 | { |
403 | // This is called when the reference count goes to zero. | 403 | // This is called when the reference count goes to zero. |
404 | dev_err(device, "This driver is broken, please bug the authors so they will fix it.\n"); | ||
404 | } | 405 | } |
405 | 406 | ||
406 | static int __init vfb_probe(struct platform_device *dev) | 407 | static int __init vfb_probe(struct platform_device *dev) |