]> git.baikalelectronics.ru Git - kernel.git/commit
uio: make uio_info's name and version const
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 12 Dec 2008 10:44:21 +0000 (11:44 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 6 Jan 2009 18:44:44 +0000 (10:44 -0800)
commitda165e9e40ca7ff1c337ffe86fd8e7630786ea01
treeec16e6a3844396dd67af3f87c915cb272570cc98
parent05ee3dbb5e6e1cc28eeecba92b3716658db26697
uio: make uio_info's name and version const

These are only ever assigned constant strings and never modified.

This was noticed because Wolfram Sang needed to cast the result of
of_get_property() in order to assign it to the name field of a struct
uio_info.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Hans J. Koch <hjk@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/DocBook/uio-howto.tmpl
include/linux/uio_driver.h