* dv-tx3904tmr.c (deliver_tx3904tmr_tick): Add missing break statement.
This commit is contained in:
parent
9517c9780f
commit
0275de4ee1
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-04-18 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* dv-tx3904tmr.c (deliver_tx3904tmr_tick): Add missing break
|
||||||
|
statement.
|
||||||
|
|
||||||
2006-03-29 Hans-Peter Nilsson <hp@axis.com>
|
2006-03-29 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
* configure: Regenerate.
|
* configure: Regenerate.
|
||||||
|
|
|
@ -675,6 +675,7 @@ deliver_tx3904tmr_tick (struct hw *me,
|
||||||
|
|
||||||
case 3: /* disabled */
|
case 3: /* disabled */
|
||||||
default:
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* update counter and report */
|
/* update counter and report */
|
||||||
|
|
Loading…
Reference in a new issue