From: Rémi Denis-Courmont Date: Tue, 8 Mar 2011 22:44:08 +0000 (+0000) Subject: Phonet: correct pipe backlog callback return values X-Git-Tag: v2.6.39-rc1~468^2~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ebbf318635bf354bdb046419dd10e9a00667f37;p=pandora-kernel.git Phonet: correct pipe backlog callback return values In some cases, the Phonet pipe backlog callbacks returned negative errno instead of NET_RX_* values. In other cases, NET_RX_DROP was returned for invalid packets, even though it seems only intended for buffering problems (not for deliberately discarded packets). Signed-off-by: Rémi Denis-Courmont Signed-off-by: David S. Miller --- Reading git-diff-tree failed