]> git.baikalelectronics.ru Git - kernel.git/commit
Fix a const assignment in moxa_load_fw()
authorDavid Howells <dhowells@redhat.com>
Tue, 8 Jul 2008 16:37:15 +0000 (17:37 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Thu, 10 Jul 2008 13:27:18 +0000 (14:27 +0100)
commit7e138f42a11f96539afba739e7c93a286aaf2cb6
tree3cf44472f5c6a1b83fdca6ca76e7a4f75ea19b9b
parent99ad3bceecbd12f050f004e91c3213152e5443ef
Fix a const assignment in moxa_load_fw()

Fix an assignment of a const pointer to a non-const pointer in moxa_load_fw().

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/char/moxa.c