From 065e64c4b211a4ad18d8c39ce987edef645bdaf0 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 9 Oct 2013 14:17:27 +0100 Subject: [PATCH] sfc: Return EBUSY for filter insertion on EF10, matching Falcon/Siena The MC firmware will return error MC_CMD_ERR_ENOSPC if filter insertion fails due to lack of resources. The net driver's filter implementation for Falcon-architecture returns EBUSY. They should behave consistently, so for EF10 change ENOSPC to EBUSY. Signed-off-by: Ben Hutchings --- Reading git-format-patch failed