Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269317
b: refs/heads/master
c: fc8cc1d
h: refs/heads/master
i:
  269315: e01335a
v: v3
  • Loading branch information
Joe Perches authored and Jeff Garzik committed Oct 8, 2011
1 parent 3618336 commit a9e5aaa
Show file tree
Hide file tree
Showing 2 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: 5e5a4f5d5a08c9c504fe956391ac3dae2c66556d
refs/heads/master: fc8cc1d5b192b829b39ca534e6273a05f10cee79
4 changes: 2 additions & 2 deletions trunk/drivers/ata/sata_sil24.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ union sil24_cmd_block {
struct sil24_atapi_block atapi;
};

static struct sil24_cerr_info {
static const struct sil24_cerr_info {
unsigned int err_mask, action;
const char *desc;
} sil24_cerr_db[] = {
Expand Down Expand Up @@ -1019,7 +1019,7 @@ static void sil24_error_intr(struct ata_port *ap)

/* deal with command error */
if (irq_stat & PORT_IRQ_ERROR) {
struct sil24_cerr_info *ci = NULL;
const struct sil24_cerr_info *ci = NULL;
unsigned int err_mask = 0, action = 0;
u32 context, cerr;
int pmp;
Expand Down

0 comments on commit a9e5aaa

Please sign in to comment.