Skip to content

Commit

Permalink
MTD: fix pismo build error
Browse files Browse the repository at this point in the history
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Mar 1, 2010
1 parent 98e12b5 commit 1d40ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/maps/pismo.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ static int __devinit pismo_add_device(struct pismo_data *pismo, int i,
{
struct platform_device *dev;
struct resource res = { };
phys_addr_t base = region.base;
phys_addr_t base = region->base;
int ret;

if (base == ~0)
Expand Down

0 comments on commit 1d40ddd

Please sign in to comment.