dect
/
linux-2.6
Archived
13
0
Fork 0

dell_rbu: firmware data is const

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
Greg Kroah-Hartman 2008-05-29 10:05:08 -07:00 committed by David Woodhouse
parent b82a82d0a9
commit c6c1c94e82
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ out_noalloc:
return retval;
}
static int packetize_data(void *data, size_t length)
static int packetize_data(const u8 *data, size_t length)
{
int rc = 0;
int done = 0;