Commit 6ea12222 authored by David S. Miller's avatar David S. Miller

[ATM]: In proc_mpc_read, make length ssize_t.

parent 803d84e5
......@@ -103,7 +103,7 @@ static ssize_t proc_mpc_read(struct file *file, char __user *buff,
size_t count, loff_t *pos){
unsigned long page = 0;
unsigned char *temp;
int length = 0;
ssize_t length = 0;
int i = 0;
struct mpoa_client *mpc = mpcs;
in_cache_entry *in_entry;
......
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