Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24207
b: refs/heads/master
c: fddaaae
h: refs/heads/master
i:
  24205: 990cdaf
  24203: ab9f122
  24199: dbfc070
  24191: ab7fad1
v: v3
  • Loading branch information
Eric Sesterhenn authored and Adrian Bunk committed Mar 26, 2006
1 parent 6209d1b commit a2a9ef1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 547bc92649345af6014578a64b27cc5787617935
refs/heads/master: fddaaae16ba4d9f4d392a9ef94616d9d22485571
7 changes: 4 additions & 3 deletions trunk/drivers/input/serio/hp_sdc_mlc.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,10 @@ static void hp_sdc_mlc_out (hil_mlc *mlc) {

do_control:
priv->emtestmode = mlc->opacket & HIL_CTRL_TEST;
if ((mlc->opacket & (HIL_CTRL_APE | HIL_CTRL_IPF)) == HIL_CTRL_APE) {
BUG(); /* we cannot emulate this, it should not be used. */
}

/* we cannot emulate this, it should not be used. */
BUG_ON((mlc->opacket & (HIL_CTRL_APE | HIL_CTRL_IPF)) == HIL_CTRL_APE);

if ((mlc->opacket & HIL_CTRL_ONLY) == HIL_CTRL_ONLY) goto control_only;
if (mlc->opacket & HIL_CTRL_APE) {
BUG(); /* Should not send command/data after engaging APE */
Expand Down

0 comments on commit a2a9ef1

Please sign in to comment.