Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317301
b: refs/heads/master
c: 592314e
h: refs/heads/master
i:
  317299: 821be74
v: v3
  • Loading branch information
Sachin Kamat authored and Greg Kroah-Hartman committed Jun 12, 2012
1 parent f947663 commit b03152c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c810a399798022d545191e2daaca0368623c15d3
refs/heads/master: 592314e9e1c0057bdb75ff00cbd1c51aa06c65e7
2 changes: 1 addition & 1 deletion trunk/drivers/staging/android/alarm-dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ static int alarm_release(struct inode *inode, struct file *file)
unsigned long flags;

spin_lock_irqsave(&alarm_slock, flags);
if (file->private_data != 0) {
if (file->private_data) {
for (i = 0; i < ANDROID_ALARM_TYPE_COUNT; i++) {
uint32_t alarm_type_mask = 1U << i;
if (alarm_enabled & alarm_type_mask) {
Expand Down

0 comments on commit b03152c

Please sign in to comment.