diff options
| author | Martin Blapp <mbr@FreeBSD.org> | 2010-01-07 21:01:37 +0000 |
|---|---|---|
| committer | Martin Blapp <mbr@FreeBSD.org> | 2010-01-07 21:01:37 +0000 |
| commit | c2ede4b379d8fa04de02c36201538fd610763299 (patch) | |
| tree | 5d5dd29f525602a794f28a860b157a27bc19c71a /sys/dev/amr | |
| parent | 017b01f6628c01be1ada0397f3cae40670936b1a (diff) | |
Notes
Diffstat (limited to 'sys/dev/amr')
| -rw-r--r-- | sys/dev/amr/amr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/amr/amr.c b/sys/dev/amr/amr.c index 955c87947fe3..5ccf9b8a1a5b 100644 --- a/sys/dev/amr/amr.c +++ b/sys/dev/amr/amr.c @@ -221,7 +221,7 @@ amr_attach(struct amr_softc *sc) sc->amr_submit_command = amr_std_submit_command; sc->amr_get_work = amr_std_get_work; sc->amr_poll_command = amr_std_poll_command; - amr_std_attach_mailbox(sc);; + amr_std_attach_mailbox(sc); } #ifdef AMR_BOARD_INIT |
