Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22533
b: refs/heads/master
c: 38e14f8
h: refs/heads/master
i:
  22531: 950b214
v: v3
  • Loading branch information
James Bottomley committed Feb 28, 2006
1 parent 8ecbab0 commit 4b6f188
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a012564136a665f8d63443c057ba368572b483df
refs/heads/master: 38e14f895b212943995379dea824cc52b0c25991
3 changes: 3 additions & 0 deletions trunk/drivers/scsi/scsi_transport_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,7 @@ int spi_populate_width_msg(unsigned char *msg, int width)
msg[3] = width;
return 4;
}
EXPORT_SYMBOL_GPL(spi_populate_width_msg);

int spi_populate_sync_msg(unsigned char *msg, int period, int offset)
{
Expand All @@ -1069,6 +1070,7 @@ int spi_populate_sync_msg(unsigned char *msg, int period, int offset)
msg[4] = offset;
return 5;
}
EXPORT_SYMBOL_GPL(spi_populate_sync_msg);

int spi_populate_ppr_msg(unsigned char *msg, int period, int offset,
int width, int options)
Expand All @@ -1083,6 +1085,7 @@ int spi_populate_ppr_msg(unsigned char *msg, int period, int offset,
msg[7] = options;
return 8;
}
EXPORT_SYMBOL_GPL(spi_populate_ppr_msg);

#ifdef CONFIG_SCSI_CONSTANTS
static const char * const one_byte_msgs[] = {
Expand Down

0 comments on commit 4b6f188

Please sign in to comment.