lkml.org 
[lkml]   [2013]   [Feb]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[ 097/128] can: ti_hecc: fix invalid error codes
    3.2-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Olivier Sobrie <olivier@sobrie.be>

    commit 71088c4bd9b8f8cbffb0e66f2abc14297e4b2ca8 upstream.

    Errors in CAN protocol (location) are reported in data[3] of the can
    frame instead of data[2].

    Cc: Anant Gole <anantgole@ti.com>
    Signed-off-by: Olivier Sobrie <olivier@sobrie.be>
    Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
    Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
    ---
    drivers/net/can/ti_hecc.c | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/drivers/net/can/ti_hecc.c b/drivers/net/can/ti_hecc.c
    index f898c63..300581b 100644
    --- a/drivers/net/can/ti_hecc.c
    +++ b/drivers/net/can/ti_hecc.c
    @@ -746,12 +746,12 @@ static int ti_hecc_error(struct net_device *ndev, int int_status,
    }
    if (err_status & HECC_CANES_CRCE) {
    hecc_set_bit(priv, HECC_CANES, HECC_CANES_CRCE);
    - cf->data[2] |= CAN_ERR_PROT_LOC_CRC_SEQ |
    + cf->data[3] |= CAN_ERR_PROT_LOC_CRC_SEQ |
    CAN_ERR_PROT_LOC_CRC_DEL;
    }
    if (err_status & HECC_CANES_ACKE) {
    hecc_set_bit(priv, HECC_CANES, HECC_CANES_ACKE);
    - cf->data[2] |= CAN_ERR_PROT_LOC_ACK |
    + cf->data[3] |= CAN_ERR_PROT_LOC_ACK |
    CAN_ERR_PROT_LOC_ACK_DEL;
    }
    }



    \
     
     \ /
      Last update: 2013-02-03 16:41    [W:4.293 / U:1.364 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site