Zap a redundant NULL
This commit is contained in:
parent
41ee9f1c69
commit
887ae9a1d2
@ -404,7 +404,7 @@ disk_destroy(struct disk *dp)
|
||||
|
||||
g_cancel_event(dp);
|
||||
dp->d_destroyed = 1;
|
||||
g_post_event(g_disk_destroy, dp, M_WAITOK, NULL, NULL);
|
||||
g_post_event(g_disk_destroy, dp, M_WAITOK, NULL);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user