Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304624
b: refs/heads/master
c: 8ce9002
h: refs/heads/master
v: v3
  • Loading branch information
Oleksij Rempel authored and Greg Kroah-Hartman committed May 10, 2012
1 parent 6a58a68 commit aedac6e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 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: 29b11698765e3735ec56598a8dadb010850f2b9b
refs/heads/master: 8ce9002e0b02d655d4d69665a7be98848a4258b7
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rts5139/ms.c
Original file line number Diff line number Diff line change
Expand Up @@ -2680,7 +2680,7 @@ static int mspro_set_rw_cmd(struct rts51x_chip *chip, u32 start_sec,
return STATUS_SUCCESS;
}

void mspro_stop_seq_mode(struct rts51x_chip *chip)
static void mspro_stop_seq_mode(struct rts51x_chip *chip)
{
struct ms_info *ms_card = &(chip->ms_card);
int retval;
Expand Down Expand Up @@ -4135,7 +4135,7 @@ void ms_cleanup_work(struct rts51x_chip *chip)
}
}

int ms_power_off_card3v3(struct rts51x_chip *chip)
static int ms_power_off_card3v3(struct rts51x_chip *chip)
{
int retval;

Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/rts5139/ms.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,15 +234,13 @@
void mspro_polling_format_status(struct rts51x_chip *chip);
void mspro_format_sense(struct rts51x_chip *chip, unsigned int lun);

void mspro_stop_seq_mode(struct rts51x_chip *chip);
int reset_ms_card(struct rts51x_chip *chip);
int ms_rw(struct scsi_cmnd *srb, struct rts51x_chip *chip, u32 start_sector,
u16 sector_cnt);
int mspro_format(struct scsi_cmnd *srb, struct rts51x_chip *chip,
int short_data_len, int quick_format);
void ms_free_l2p_tbl(struct rts51x_chip *chip);
void ms_cleanup_work(struct rts51x_chip *chip);
int ms_power_off_card3v3(struct rts51x_chip *chip);
int release_ms_card(struct rts51x_chip *chip);
int ms_delay_write(struct rts51x_chip *chip);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rts5139/ms_mg.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

#ifdef SUPPORT_MAGIC_GATE

int mg_check_int_error(struct rts51x_chip *chip)
static int mg_check_int_error(struct rts51x_chip *chip)
{
u8 value;

Expand Down

0 comments on commit aedac6e

Please sign in to comment.