Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210826
b: refs/heads/master
c: af96f8a
h: refs/heads/master
v: v3
  • Loading branch information
matt mooney authored and Matt Turner committed Sep 19, 2010
1 parent 105d6f7 commit cf8bc44
Show file tree
Hide file tree
Showing 3 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: 31019075f41c785eff7f38c62e4c700af019fdb7
refs/heads/master: af96f8a340525f24abecc25848a07fff7636a53e
2 changes: 1 addition & 1 deletion trunk/arch/alpha/kernel/pci-sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static int pci_mmap_resource(struct kobject *kobj,
{
struct pci_dev *pdev = to_pci_dev(container_of(kobj,
struct device, kobj));
struct resource *res = (struct resource *)attr->private;
struct resource *res = attr->private;
enum pci_mmap_state mmap_type;
struct pci_bus_region bar;
int i;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/alpha/kernel/srm_env.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ static int srm_env_proc_show(struct seq_file *m, void *v)
srm_env_t *entry;
char *page;

entry = (srm_env_t *)m->private;
entry = m->private;
page = (char *)__get_free_page(GFP_USER);
if (!page)
return -ENOMEM;
Expand Down

0 comments on commit cf8bc44

Please sign in to comment.