mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-03 17:03:39 +07: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
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user