Manage: Manage_subdevs(): Remove unnecessary NULL initialization

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
This commit is contained in:
Jes Sorensen 2016-03-09 15:08:55 -05:00
parent fbd3e15c0a
commit e9ddbb2be9
1 changed files with 1 additions and 1 deletions

View File

@ -1416,7 +1416,7 @@ int Manage_subdevs(char *devname, int fd,
}
if (strcmp(dv->devname, "missing") == 0) {
struct mddev_dev *add_devlist = NULL;
struct mddev_dev *add_devlist;
struct mddev_dev **dp;
if (dv->disposition == 'c') {
rv = ioctl(fd, CLUSTERED_DISK_NACK, NULL);