Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116755
b: refs/heads/master
c: f6f286f
h: refs/heads/master
i:
  116753: f3b25a7
  116751: bd933ab
v: v3
  • Loading branch information
Arjan van de Ven authored and Linus Torvalds committed Oct 20, 2008
1 parent 952c208 commit a8bb396
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: 5f41b8cdc6ef33b3432cee36264d628a80398362
refs/heads/master: f6f286f33e843862c559bfea9281318c4cdec6b0
2 changes: 1 addition & 1 deletion trunk/include/asm-generic/bug.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ extern void warn_slowpath(const char *file, const int line,
#define __WARN() warn_on_slowpath(__FILE__, __LINE__)
#define __WARN_printf(arg...) warn_slowpath(__FILE__, __LINE__, arg)
#else
#define __WARN_printf(arg...) __WARN()
#define __WARN_printf(arg...) do { printk(arg); __WARN(); } while (0)
#endif

#ifndef WARN_ON
Expand Down

0 comments on commit a8bb396

Please sign in to comment.