spi_match_id
return spi_match_id(sdrv->id_table, sdev->modalias);
return !!spi_match_id(sdrv->id_table, spi->modalias);
spi_id = spi_match_id(sdrv->id_table, of_name);