浏览代码

spi: Remove unused variable

Reported-by: kbuild test robot
Signed-off-by: Mark Brown <broonie@linaro.org>
Mark Brown 11 年之前
父节点
当前提交
840e9c354f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/spi/spi.c

+ 0 - 1
drivers/spi/spi.c

@@ -345,7 +345,6 @@ static DEFINE_MUTEX(board_lock);
 struct spi_device *spi_alloc_device(struct spi_master *master)
 struct spi_device *spi_alloc_device(struct spi_master *master)
 {
 {
 	struct spi_device	*spi;
 	struct spi_device	*spi;
-	struct device		*dev = master->dev.parent;
 
 
 	if (!spi_master_get(master))
 	if (!spi_master_get(master))
 		return NULL;
 		return NULL;