Staging
v0.8.1
https://github.com/torvalds/linux
Revision 603a0e2c0a160ad8c2d00d71a700bb95482be5de authored by Bartlomiej Zolnierkiewicz on 03 July 2007, 20:28:35 UTC, committed by Bartlomiej Zolnierkiewicz on 03 July 2007, 20:28:35 UTC
* Driver can't skip programming transfer mode on the device in amd_set_drive()
  (similar fix has been applied to via82cxxx driver ages ago).

* While at it remove redundant warning (ide_config_drive_speed() already
  produces more valuable one).

* Bump driver version.

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
1 parent 96dcc08
Raw File
Tip revision: 603a0e2c0a160ad8c2d00d71a700bb95482be5de authored by Bartlomiej Zolnierkiewicz on 03 July 2007, 20:28:35 UTC
amd74xx: resume fix
Tip revision: 603a0e2
namei.h
/*  linux/fs/ext4/namei.h
 *
 * Copyright (C) 2005 Simtec Electronics
 *	Ben Dooks <ben@simtec.co.uk>
 *
*/

extern struct dentry *ext4_get_parent(struct dentry *child);
back to top