Commit 94a75870 authored by Linus Torvalds's avatar Linus Torvalds

FRV: "len" is size_t

Georgi Guninski has some tools that warn about bad user accesses.
This one was harmless, but still..
parent 2093d532
......@@ -134,7 +134,7 @@ unsigned long sleep_phys_sp(void *sp)
#define CTL_PM_P0 4
#define CTL_PM_CM 5
static int user_atoi(char *ubuf, int len)
static int user_atoi(char *ubuf, size_t len)
{
char buf[16];
unsigned long ret;
......
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