Changeset 5999:73c676b8e6b5 in roaraudio


Ignore:
Timestamp:
02/24/14 23:34:23 (10 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

make it compile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/driver_i2cdmx.c

    r5998 r5999  
    8989 struct roar_vio_sysio_ioctl ctl = {.cmd = SPI_IOC_MESSAGE(1), .argp = &transfer_buffer}; 
    9090 
    91  if ( roar_vio_ctl(self->spi, ROAR_VIO_CTL_SYSIO_IOCTL, &ctl) == -1 ) 
     91 if ( roar_vio_ctl(&(self->spi), ROAR_VIO_CTL_SYSIO_IOCTL, &ctl) == -1 ) 
    9292  return -1; 
    9393 
Note: See TracChangeset for help on using the changeset viewer.