Commit c6c1c94e authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman Committed by David Woodhouse

dell_rbu: firmware data is const

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent b82a82d0
......@@ -220,7 +220,7 @@ static int create_packet(void *data, size_t length)
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment