Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109913
b: refs/heads/master
c: 75d33cc
h: refs/heads/master
i:
  109911: f2c1ee9
v: v3
  • Loading branch information
Haavard Skinnemoen authored and Pierre Ossman committed Sep 20, 2008
1 parent 62e6e2b commit bd4cc4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: b17339a12c279d73869c74a37642035cd2f896f8
refs/heads/master: 75d33cc751214f8388d58fca3ef6d1df786b5861
4 changes: 0 additions & 4 deletions trunk/drivers/mmc/host/atmel-mci.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ static void atmci_init_debugfs(struct atmel_mci *host)
struct mmc_host *mmc;
struct dentry *root;
struct dentry *node;
struct resource *res;

mmc = host->mmc;
root = mmc->debugfs_root;
Expand All @@ -255,9 +254,6 @@ static void atmci_init_debugfs(struct atmel_mci *host)
if (!node)
goto err;

res = platform_get_resource(host->pdev, IORESOURCE_MEM, 0);
node->d_inode->i_size = res->end - res->start + 1;

node = debugfs_create_file("req", S_IRUSR, root, host, &atmci_req_fops);
if (!node)
goto err;
Expand Down

0 comments on commit bd4cc4b

Please sign in to comment.