Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228206
b: refs/heads/master
c: 2bb3af5
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Nov 29, 2010
1 parent 71c411c commit 5e1a7b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 6eb44c531763ff50325822bac749e92938782795
refs/heads/master: 2bb3af58d0f712c728cf1230539044d94c9a3be0
6 changes: 3 additions & 3 deletions trunk/drivers/staging/sep/sep_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static int sep_load_firmware(struct sep_device *sep)

error = request_firmware(&fw, res_name, &sep->pdev->dev);
if (error) {
dev_warn(&sep->pdev->dev, "cant request resident fw\n");
dev_warn(&sep->pdev->dev, "can't request resident fw\n");
return error;
}

Expand Down Expand Up @@ -3280,7 +3280,7 @@ static int sep_callback(unsigned long sep_context_pointer)
&rar_end_address);

if (error) {
dev_warn(&sep->pdev->dev, "mrst cant get rar region\n");
dev_warn(&sep->pdev->dev, "mrst can't get rar region\n");
goto end_function;
}

Expand Down Expand Up @@ -3417,7 +3417,7 @@ static int __devinit sep_probe(struct pci_dev *pdev,
sep->rar_addr = dma_alloc_coherent(NULL,
sep->rar_size, &sep->rar_bus, GFP_KERNEL);
if (sep->rar_addr == NULL) {
dev_warn(&sep->pdev->dev, "cant allocate mfld rar\n");
dev_warn(&sep->pdev->dev, "can't allocate mfld rar\n");
error = -ENOMEM;
goto end_function_deallocate_sep_shared_area;
}
Expand Down

0 comments on commit 5e1a7b0

Please sign in to comment.