Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75668
b: refs/heads/master
c: d772b3b
h: refs/heads/master
v: v3
  • Loading branch information
Márton Németh authored and Len Brown committed Jan 24, 2008
1 parent 00d5829 commit 661ddeb
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 86dae0154a49b67c908faffeb33ba37eddceba74
refs/heads/master: d772b3b323a15588a757f5af28e51a57d0d2f622
6 changes: 3 additions & 3 deletions trunk/drivers/acpi/ec.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/* Uncomment next line to get verbose print outs*/
/* #define DEBUG */

#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
Expand All @@ -47,9 +50,6 @@
#undef PREFIX
#define PREFIX "ACPI: EC: "

/* Uncomment next line to get verbose print outs*/
/* #define DEBUG */

/* EC status register */
#define ACPI_EC_FLAG_OBF 0x01 /* Output buffer full */
#define ACPI_EC_FLAG_IBF 0x02 /* Input buffer full */
Expand Down

0 comments on commit 661ddeb

Please sign in to comment.