mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-05 05:42:36 +00:00
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:
parent
b82a82d0a9
commit
c6c1c94e82
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ out_noalloc:
|
||||||
return retval;
|
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 rc = 0;
|
||||||
int done = 0;
|
int done = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue