1. 21 1月, 2010 19 次提交
  2. 18 12月, 2009 3 次提交
  3. 17 12月, 2009 8 次提交
  4. 16 12月, 2009 1 次提交
  5. 13 12月, 2009 8 次提交
  6. 09 12月, 2009 1 次提交
    • F
      spi: fix spidev compilation failure when VERBOSE is defined · 41df70d9
      Florian Fainelli 提交于
      When VERBOSE is defined in the spidev module, the compilation
      will throw an error on 'spi' not being defined:
      
      CC [M]  drivers/spi/spidev.o
      drivers/spi/spidev.c: In function 'spidev_message':
      drivers/spi/spidev.c:266: error: 'spi' undeclared (first use in this function)
      drivers/spi/spidev.c:266: error: (Each undeclared identifier is reported only once
      drivers/spi/spidev.c:266: error: for each function it appears in.)
      
      instead of using spi-> we should actually use spidev->spi.
      This patch fixes the build failure.
      Signed-off-by: NFlorian Fainelli <ffainelli@freebox.fr>
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      41df70d9