Loading drivers/net/smc91x.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -986,7 +986,7 @@ static const char * chip_ids[ 16 ] = { }) }) #endif #endif #if SMC_CAN_USE_DATACS #ifdef SMC_CAN_USE_DATACS #define SMC_PUSH_DATA(p, l) \ #define SMC_PUSH_DATA(p, l) \ if ( lp->datacs ) { \ if ( lp->datacs ) { \ unsigned char *__ptr = (p); \ unsigned char *__ptr = (p); \ Loading Loading
drivers/net/smc91x.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -986,7 +986,7 @@ static const char * chip_ids[ 16 ] = { }) }) #endif #endif #if SMC_CAN_USE_DATACS #ifdef SMC_CAN_USE_DATACS #define SMC_PUSH_DATA(p, l) \ #define SMC_PUSH_DATA(p, l) \ if ( lp->datacs ) { \ if ( lp->datacs ) { \ unsigned char *__ptr = (p); \ unsigned char *__ptr = (p); \ Loading