aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2005-03-31 05:00:31 +0000
committerSam Leffler <sam@FreeBSD.org>2005-03-31 05:00:31 +0000
commit5587897d92b8ead3a7e1dafbb51ae7b0c2ed0c0b (patch)
tree0c6df5dd895296b101cd2e07dbc04ffb7eadc1b2 /sys
parentfd1700dc03a326854ce0b3c19428ff22e5bff6c0 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/aic7xxx/aic7xxx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx.c b/sys/dev/aic7xxx/aic7xxx.c
index a42cff644085..71714abb6f99 100644
--- a/sys/dev/aic7xxx/aic7xxx.c
+++ b/sys/dev/aic7xxx/aic7xxx.c
@@ -6714,7 +6714,7 @@ ahc_print_register(ahc_reg_parse_entry_t *table, u_int num_entries,
cur_column = &dummy_column;
}
- if (cur_column != NULL && *cur_column >= wrap_point) {
+ if (*cur_column >= wrap_point) {
printf("\n");
*cur_column = 0;
}