Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135003
b: refs/heads/master
c: b4a44a6
h: refs/heads/master
i:
  135001: 837f3c4
  134999: e0bad8a
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Mar 2, 2009
1 parent 9c1d780 commit 06e051a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d2d2c3731474614bff5cf47a605e59e847882f5d
refs/heads/master: b4a44a69877960e620461c663805f7cc52e2a798
1 change: 0 additions & 1 deletion trunk/drivers/net/sfc/boards.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ static int sfe4002_init_leds(struct efx_nic *efx)
xfp_set_led(efx, SFE4002_RX_LED,
QUAKE_LED_RXLINK | QUAKE_LED_LINK_ACTSTAT);
xfp_set_led(efx, SFE4002_FAULT_LED, QUAKE_LED_OFF);
efx->board_info.blinker.led_num = SFE4002_FAULT_LED;
return 0;
}

Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/net/sfc/net_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -385,13 +385,11 @@ struct efx_channel {

/**
* struct efx_blinker - S/W LED blinking context
* @led_num: LED ID (board-specific meaning)
* @state: Current state - on or off
* @resubmit: Timer resubmission flag
* @timer: Control timer for blinking
*/
struct efx_blinker {
int led_num;
bool state;
bool resubmit;
struct timer_list timer;
Expand Down

0 comments on commit 06e051a

Please sign in to comment.