diff options
Diffstat (limited to 'drivers/net/tun.c')
| -rw-r--r-- | drivers/net/tun.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tun.c b/drivers/net/tun.c index fbed05ae7b0f..978ac0981d16 100644 --- a/drivers/net/tun.c +++ b/drivers/net/tun.c @@ -1365,7 +1365,7 @@ static struct sk_buff *tun_napi_alloc_frags(struct tun_file *tfile,  	int i;  	if (it->nr_segs > MAX_SKB_FRAGS + 1) -		return ERR_PTR(-ENOMEM); +		return ERR_PTR(-EMSGSIZE);  	local_bh_disable();  	skb = napi_get_frags(&tfile->napi);  |