Skip to content

Commit

Permalink
spi/fsl-dspi: Remove some coding sytle not in standard
Browse files Browse the repository at this point in the history
Remove some coding sytle not in standard in former code.

Signed-off-by: Chao Fu <b44548@freescale.com>
Reviewed-by: Xiubo Li <Li.Xiubo@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Chao Fu authored and Mark Brown committed Feb 16, 2014
1 parent 1acbdeb commit 88386e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/spi/spi-fsl-dspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ struct fsl_dspi {

struct regmap *regmap;
int irq;
struct clk *clk;
struct clk *clk;

struct spi_transfer *cur_transfer;
struct spi_transfer *cur_transfer;
struct chip_data *cur_chip;
size_t len;
void *tx;
Expand All @@ -124,8 +124,8 @@ struct fsl_dspi {
u8 cs;
u16 void_write_data;

wait_queue_head_t waitq;
u32 waitflags;
wait_queue_head_t waitq;
u32 waitflags;
};

static inline int is_double_byte_mode(struct fsl_dspi *dspi)
Expand Down

0 comments on commit 88386e8

Please sign in to comment.