git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83a1ef2
)
of: add const to struct *of_device_id.data
author
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Thu, 7 Jun 2012 10:20:14 +0000
(12:20 +0200)
committer
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Tue, 11 Sep 2012 06:57:27 +0000
(08:57 +0200)
Drivers should never need to modify the data of a device id. So it can
be const which in turn allows more consts in the driver.
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
No differences found