All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] omapfb: Blizzard: fix pointer to be const
@ 2009-09-21 12:47 Tommi Rantala
  2009-10-02 21:59 ` [APPLIED] " Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Tommi Rantala @ 2009-09-21 12:47 UTC (permalink / raw)
  To: linux-omap, linux-fbdev-devel
  Cc: Imre Deak, Tony Lindgren, Siarhei Siamashka, Rodrigo Vivi,
	Tommi Rantala

Fixes a compiler warning:
warning: assignment discards qualifiers from pointer target type

Signed-off-by: Tommi Rantala <tt.rantala@gmail.com>
---
 drivers/video/omap/blizzard.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/omap/blizzard.c b/drivers/video/omap/blizzard.c
index d5e5955..ce28be6 100644
--- a/drivers/video/omap/blizzard.c
+++ b/drivers/video/omap/blizzard.c
@@ -191,7 +191,7 @@ struct blizzard_struct {
 
 	struct omapfb_device	*fbdev;
 	struct lcd_ctrl_extif	*extif;
-	struct lcd_ctrl		*int_ctrl;
+	const struct lcd_ctrl	*int_ctrl;
 
 	void			(*power_up)(struct device *dev);
 	void			(*power_down)(struct device *dev);
-- 
1.5.6.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [APPLIED] [PATCH] omapfb: Blizzard: fix pointer to be const
  2009-09-21 12:47 [PATCH] omapfb: Blizzard: fix pointer to be const Tommi Rantala
@ 2009-10-02 21:59 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2009-10-02 21:59 UTC (permalink / raw)
  To: linux-omap

This patch has been applied to the linux-omap
by youw fwiendly patch wobot.

Branch in linux-omap: omap-fixes

Initial commit ID (Likely to change): 8fa60d5614215fcf0a9e7dccee76c1445bf79f38

PatchWorks
http://patchwork.kernel.org/patch/49040/

Git (Likely to change, and takes a while to get mirrored)
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=8fa60d5614215fcf0a9e7dccee76c1445bf79f38



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-10-02 21:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-21 12:47 [PATCH] omapfb: Blizzard: fix pointer to be const Tommi Rantala
2009-10-02 21:59 ` [APPLIED] " Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.