Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137553
b: refs/heads/master
c: ecbf61e
h: refs/heads/master
i:
  137551: f2b8f1d
v: v3
  • Loading branch information
Alan Cox authored and Russell King committed Mar 24, 2009
1 parent 7f01948 commit 3f78753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: dc85ce155b7cad4c39c1fc95b4f6281920cef3c8
refs/heads/master: ecbf61e7357d5c7047c813edd6983902d158688c
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/arm/cumana_2.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ cumanascsi_2_set_proc_info(struct Scsi_Host *host, char *buffer, int length)
{
int ret = length;

if (length >= 11 && strcmp(buffer, "CUMANASCSI2") == 0) {
if (length >= 11 && strncmp(buffer, "CUMANASCSI2", 11) == 0) {
buffer += 11;
length -= 11;

Expand Down

0 comments on commit 3f78753

Please sign in to comment.