projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
806f7bf
)
[SBUSFB] tcx: Use FB_BLANK_UNBLANK instead of magic constant.
author
Hareesh Nagarajan
<hnagar2@gmail.com>
Mon, 12 Dec 2005 22:42:07 +0000
(14:42 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 12 Dec 2005 22:42:07 +0000
(14:42 -0800)
From: Hareesh Nagarajan <hnagar2@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/video/tcx.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/video/tcx.c
b/drivers/video/tcx.c
index 5cd78054fa7d03150401f97e7cdd5a86d845e5b2..2b27b4474001d66020a28fadc2b42080b82d620b 100644
(file)
--- a/
drivers/video/tcx.c
+++ b/
drivers/video/tcx.c
@@
-443,7
+443,7
@@
static void tcx_init_one(struct sbus_dev *sdev)
tcx_reset(&all->info);
- tcx_blank(
0
, &all->info);
+ tcx_blank(
FB_BLANK_UNBLANK
, &all->info);
if (fb_alloc_cmap(&all->info.cmap, 256, 0)) {
printk(KERN_ERR "tcx: Could not allocate color map.\n");