* ARM: OMAP: Add external LCD controller support for DSP Gateway
@ 2006-02-21 20:24 Komal Shah
0 siblings, 0 replies; only message in thread
From: Komal Shah @ 2006-02-21 20:24 UTC (permalink / raw)
To: linux-omap-open-source
Juha,
+ status = omapfb_unregister_client(omapfb_nb);
+ if (!status)
+ printk("omapfb_unregister_client(): "
+ "success\n");
+ else
+ printk("omapfb_runegister_client(): "
+ "failure(%d)\n", status);
You might want to add KERN_WARNING or KERN_INFO for above printks and
other locations of printks in the patch where it is missing.
+ }
+ //printk("calling omapfb_update_window_async()\n");
+ omapfb_update_window_async(&win, fbupd_cb, NULL);
c++ style comment. May be you would like to remove that printk itself.
---Komal Shah
http://komalshah.blogspot.com/
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-02-21 20:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-21 20:24 ARM: OMAP: Add external LCD controller support for DSP Gateway Komal Shah
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox