Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107650
b: refs/heads/master
c: af744e3
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo authored and Bartlomiej Zolnierkiewicz committed Aug 5, 2008
1 parent b61bb4b commit 7b3eda8
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: 938bb03d188a1e688fb0bcae49788f540193e80a
refs/heads/master: af744e3294d09d706c4eae26cffaaa68a8d40337
4 changes: 0 additions & 4 deletions trunk/drivers/cdrom/cdrom.c
Original file line number Diff line number Diff line change
Expand Up @@ -1436,10 +1436,6 @@ static void cdrom_count_tracks(struct cdrom_device_info *cdi, tracktype* tracks)
tracks->xa=0;
tracks->error=0;
cdinfo(CD_COUNT_TRACKS, "entering cdrom_count_tracks\n");
if (!CDROM_CAN(CDC_PLAY_AUDIO)) {
tracks->error=CDS_NO_INFO;
return;
}
/* Grab the TOC header so we can see how many tracks there are */
if ((ret = cdi->ops->audio_ioctl(cdi, CDROMREADTOCHDR, &header))) {
if (ret == -ENOMEDIUM)
Expand Down

0 comments on commit 7b3eda8

Please sign in to comment.