Skip to content

Commit

Permalink
ac97: Remove a redundant condition within ad1981_init
Browse files Browse the repository at this point in the history
  • Loading branch information
lioncash authored and mmuman committed Sep 26, 2014
1 parent 69acb96 commit 0ae5889
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/add-ons/kernel/drivers/audio/ac97/ac97.c
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,6 @@ ad1981b_init(ac97_dev *dev)
{
LOG(("ad1981b_init\n"));
if (dev->subsystem == 0x0e11005a
|| dev->subsystem == 0x103c0934
|| dev->subsystem == 0x103c006d
|| dev->subsystem == 0x103c088c
|| dev->subsystem == 0x103c0890
Expand Down

0 comments on commit 0ae5889

Please sign in to comment.