Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321142
b: refs/heads/master
c: 550ec36
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Jul 1, 2012
1 parent 711a7dc commit 8114391
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b23f204c8dbbed8e501442c47d7639aac21a3d84
refs/heads/master: 550ec36f507177470a394c4dfffcaf986ca25818
2 changes: 1 addition & 1 deletion trunk/drivers/dma/amba-pl08x.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ struct pl08x_dma_chan {
struct pl08x_phy_chan *phychan;
int phychan_hold;
struct tasklet_struct tasklet;
char *name;
const char *name;
const struct pl08x_channel_data *cd;
dma_addr_t src_addr;
dma_addr_t dst_addr;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/amba/pl08x.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ enum {
* these buses (use PL08X_AHB1 | PL08X_AHB2).
*/
struct pl08x_channel_data {
char *bus_id;
const char *bus_id;
int min_signal;
int max_signal;
u32 muxval;
Expand Down

0 comments on commit 8114391

Please sign in to comment.