diff options
| author | Christos Margiolis <christos@FreeBSD.org> | 2026-01-02 16:56:24 +0000 |
|---|---|---|
| committer | Christos Margiolis <christos@FreeBSD.org> | 2026-01-02 16:58:05 +0000 |
| commit | d2baf9301be3093c5f53a7ce1de858a0c690cd07 (patch) | |
| tree | d524fd35e455a1c0a1cba7ee9f20b1fd22854aaa /sys/dev/sound | |
| parent | d54c782fde63d3b17433551da0b7ec94bc2a5ed4 (diff) | |
Diffstat (limited to 'sys/dev/sound')
| -rw-r--r-- | sys/dev/sound/midi/midi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/sound/midi/midi.c b/sys/dev/sound/midi/midi.c index aa039018e207..f54b95daf280 100644 --- a/sys/dev/sound/midi/midi.c +++ b/sys/dev/sound/midi/midi.c @@ -432,7 +432,6 @@ midi_read(struct cdev *i_dev, struct uio *uio, int ioflag) goto err0; if (m != i_dev->si_drv1) retval = ENXIO; - /* if (retval && retval != ERESTART) */ if (retval) goto err0; mtx_lock(&m->lock); |
