Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11812
b: refs/heads/master
c: d61780c
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Garzik authored and Linus Torvalds committed Oct 31, 2005
1 parent 04a17f6 commit 3d6652d
Show file tree
Hide file tree
Showing 12 changed files with 231 additions and 229 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: 34ad92c2388710cf24d27c896b8e6605c19a795c
refs/heads/master: d61780c0d384939ef31c46b47442854d5def4623
1 change: 1 addition & 0 deletions trunk/Documentation/i2c/writing-clients
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ For now, you can ignore the `flags' parameter. It is there for future use.
if (is_isa) {

/* Discard immediately if this ISA range is already used */
/* FIXME: never use check_region(), only request_region() */
if (check_region(address,FOO_EXTENT))
goto ERROR0;

Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/ppc/platforms/hdpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,11 +609,6 @@ static void parse_bootinfo(unsigned long r3,
}

#if defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE)
static int hdpu_ide_check_region(ide_ioreg_t from, unsigned int extent)
{
return check_region(from, extent);
}

static void
hdpu_ide_request_region(ide_ioreg_t from, unsigned int extent, const char *name)
{
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/sparc/kernel/pcic.c
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,8 @@ static void pcic_map_pci_device(struct linux_pcic *pcic,
* CheerIO makes a similar conversion.
* See ebus.c for details.
*
* Note that check_region()/request_region()
* work for these devices.
* Note that request_region()
* works for these devices.
*
* XXX Neat trick, but it's a *bad* idea
* to shit into regions like that.
Expand Down
Loading

0 comments on commit 3d6652d

Please sign in to comment.