nwztools/scsitools: don't try to get nodes when we don't know about the device
Change-Id: Id35671f1e039a94e2b319262e4faa51d73f12afd
This commit is contained in:
parent
9a8a52cb07
commit
1eab18c9e4
1 changed files with 0 additions and 2 deletions
|
@ -984,8 +984,6 @@ void help_us(bool unsupported, unsigned long model_id)
|
|||
cprintf_field("Model ID: ", "%#lx\n", model_id);
|
||||
get_dev_info(0, NULL);
|
||||
get_dhp(0, NULL);
|
||||
static char *list[] = { "kas", "lyr", "fpi" };
|
||||
get_dnk_nvp_multi(sizeof(list) / sizeof(list[0]), list);
|
||||
}
|
||||
|
||||
int main(int argc, char **argv)
|
||||
|
|
Loading…
Reference in a new issue