Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298075
b: refs/heads/master
c: 2ff5e15
h: refs/heads/master
i:
  298073: e2bbd94
  298071: 5082b9c
v: v3
  • Loading branch information
Xi Wang authored and David Woodhouse committed Mar 26, 2012
1 parent 272ef6b commit eff7582
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: 30ec5a2cb17d78482de0cf9e38721410d48c086d
refs/heads/master: 2ff5e1532dd37e1bd8ac72da3f7f0e2b310102fb
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/devices/pmc551.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ static int pmc551_write(struct mtd_info *mtd, loff_t to, size_t len,
* mechanism
* returns the size of the memory region found.
*/
static u32 fixup_pmc551(struct pci_dev *dev)
static int fixup_pmc551(struct pci_dev *dev)
{
#ifdef CONFIG_MTD_PMC551_BUGFIX
u32 dram_data;
Expand Down Expand Up @@ -669,7 +669,7 @@ static int __init init_pmc551(void)
struct mypriv *priv;
int found = 0;
struct mtd_info *mtd;
u32 length = 0;
int length = 0;

if (msize) {
msize = (1 << (ffs(msize) - 1)) << 20;
Expand Down

0 comments on commit eff7582

Please sign in to comment.