Files
ubports_kernel_google_msm/drivers/scsi
Bartlomiej Zolnierkiewicz 4dde4492d8 ide: make drive->id an union (take 2)
Make drive->id an unnamed union so id can be accessed either by using
'u16 *id' or 'struct hd_driveid *driveid'.  Then convert all existing
drive->id users accordingly (using 'u16 *id' when possible).

This is an intermediate step to make ide 'struct hd_driveid'-free.

While at it:

- Add missing KERN_CONTs in it821x.c.

- Use ATA_ID_WORDS and ATA_ID_*_LEN defines.

- Remove unnecessary checks for drive->id.

- s/drive_table/table/ in ide_in_drive_list().

- Cleanup ide_config_drive_speed() a bit.

- s/drive1/dev1/ & s/drive0/dev0/ in ide_undecoded_slave().

v2:
Fix typo in drivers/ide/ppc/pmac.c. (From Stephen Rothwell)

There should be no functional changes caused by this patch.

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2008-10-10 22:39:19 +02:00
..
2008-01-11 18:22:30 -06:00
2008-01-30 13:14:02 -06:00
2008-07-26 15:17:47 -04:00
2008-10-09 08:56:13 +02:00
2008-10-09 08:56:13 +02:00
2008-01-30 13:14:02 -06:00
2008-10-09 08:56:13 +02:00
2008-10-09 08:56:13 +02:00
2008-01-30 13:14:02 -06:00
2008-01-30 13:14:02 -06:00
2008-01-23 13:44:31 -06:00
2008-07-14 15:29:34 -06:00
2008-01-30 13:14:02 -06:00
2007-07-18 11:16:32 -05:00
2008-07-02 15:06:25 -06:00
2008-07-30 10:21:56 -05:00
2008-10-09 08:56:16 +02:00
2008-10-09 08:56:13 +02:00
2008-02-07 18:02:44 -06:00
2008-07-26 15:14:47 -04:00
2008-07-26 15:14:49 -04:00
2007-10-19 23:22:55 +02:00