Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14402
b: refs/heads/master
c: 44f080c
h: refs/heads/master
v: v3
  • Loading branch information
Matt Domsch authored and Linus Torvalds committed Nov 18, 2005
1 parent f2ef4cf commit e4eb358
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: 58bb01a9cd72eebf60d00c57b948a76aa7b85727
refs/heads/master: 44f080c46e84090daf81b4d142359f8e38d7c5ee
2 changes: 1 addition & 1 deletion trunk/drivers/char/ipmi/ipmi_si_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -2203,7 +2203,7 @@ static void setup_xaction_handlers(struct smi_info *smi_info)

static inline void wait_for_timer_and_thread(struct smi_info *smi_info)
{
if (smi_info->thread != ERR_PTR(-ENOMEM))
if (smi_info->thread != NULL && smi_info->thread != ERR_PTR(-ENOMEM))
kthread_stop(smi_info->thread);
del_timer_sync(&smi_info->si_timer);
}
Expand Down

0 comments on commit e4eb358

Please sign in to comment.