Skip to content

Commit

Permalink
dell_rbu: firmware data is const
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: David Woodhouse <[email protected]>
  • Loading branch information
gregkh authored and David Woodhouse committed Jul 10, 2008
1 parent b82a82d commit c6c1c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/firmware/dell_rbu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c6c1c94

Please sign in to comment.