diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-12-12 20:59:29 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-12-12 20:59:29 +0000 |
| commit | 72c10febd06df87f7fc4fffb8480280db67a0ad4 (patch) | |
| tree | 01d85c6b5bae21eda8326c5f1606b0762f86c3f5 /sys/dev/mlx/mlx.c | |
| parent | 7c229969ba9e3889e1595befa7613e5ec939fbf4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mlx/mlx.c')
| -rw-r--r-- | sys/dev/mlx/mlx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mlx/mlx.c b/sys/dev/mlx/mlx.c index d747158e5d99..6bf2d3f36e0b 100644 --- a/sys/dev/mlx/mlx.c +++ b/sys/dev/mlx/mlx.c @@ -1310,7 +1310,7 @@ mlx_pause_done(struct mlx_command *mc) command == MLX_CMD_STOPCHANNEL ? "pause" : "resume", mlx_diagnose_command(mc)); } else if (command == MLX_CMD_STOPCHANNEL) { device_printf(sc->mlx_dev, "channel %d pausing for %ld seconds\n", - channel, sc->mlx_pause.mp_howlong - time_second); + channel, (long)(sc->mlx_pause.mp_howlong - time_second)); } else { device_printf(sc->mlx_dev, "channel %d resuming\n", channel); } |
