* dv-tx3904tmr.c (deliver_tx3904tmr_tick): Add missing break statement.

This commit is contained in:
Nick Clifton 2006-04-18 09:19:28 +00:00
parent 9517c9780f
commit 0275de4ee1
2 changed files with 6 additions and 0 deletions

View File

@ -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>
* configure: Regenerate.

View File

@ -675,6 +675,7 @@ deliver_tx3904tmr_tick (struct hw *me,
case 3: /* disabled */
default:
break;
}
/* update counter and report */