[ 3.5.y.z extended stable ] Patch "sfc: Correctly initialise reset_method in siena_test_chip()" has been added to staging queue
Luis Henriques
luis.henriques at canonical.com
Mon Mar 25 18:03:41 UTC 2013
This is a note to let you know that I have just added a patch titled
sfc: Correctly initialise reset_method in siena_test_chip()
to the linux-3.5.y-queue branch of the 3.5.y.z extended stable tree
which can be found at:
http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.5.y-queue
If you, or anyone else, feels it should not be added to this tree, please
reply to this email.
For more information about the 3.5.y.z tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable
Thanks.
-Luis
------
>From 41b684adfecb06b11e5a575f545d433c4ce9a7e9 Mon Sep 17 00:00:00 2001
From: Ben Hutchings <bhutchings at solarflare.com>
Date: Sat, 1 Dec 2012 01:55:27 +0000
Subject: [PATCH] sfc: Correctly initialise reset_method in siena_test_chip()
commit ef492f11efed9a6a1686bf914fb74468df59385c upstream.
Signed-off-by: Ben Hutchings <bhutchings at solarflare.com>
Signed-off-by: Luis Henriques <luis.henriques at canonical.com>
---
drivers/net/ethernet/sfc/siena.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/sfc/siena.c b/drivers/net/ethernet/sfc/siena.c
index 2011319..b09ff79 100644
--- a/drivers/net/ethernet/sfc/siena.c
+++ b/drivers/net/ethernet/sfc/siena.c
@@ -170,7 +170,7 @@ static const struct efx_nic_register_test siena_register_tests[] = {
static int siena_test_chip(struct efx_nic *efx, struct efx_self_tests *tests)
{
- enum reset_type reset_method = reset_method;
+ enum reset_type reset_method = RESET_TYPE_ALL;
int rc, rc2;
efx_reset_down(efx, reset_method);
--
1.8.1.2
More information about the kernel-team
mailing list