Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319906
b: refs/heads/master
c: 61e99ab
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Linus Torvalds committed Jul 31, 2012
1 parent b709787 commit 52705bd
Show file tree
Hide file tree
Showing 3 changed files with 2 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: 088a52aac810655c1db1e40331e4936946701e9c
refs/heads/master: 61e99ab8e35a88b8c4d0f80d3df9ee16df471be5
2 changes: 1 addition & 1 deletion trunk/include/linux/kern_levels.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
* line that had no enclosing \n). Only to be used by core/arch code
* during early bootup (a continued line is not SMP-safe otherwise).
*/
#define KERN_CONT KERN_SOH "c"
#define KERN_CONT ""

#endif
2 changes: 0 additions & 2 deletions trunk/include/linux/printk.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ static inline int printk_get_level(const char *buffer)
switch (buffer[1]) {
case '0' ... '7':
case 'd': /* KERN_DEFAULT */
case 'c': /* KERN_CONT */
return buffer[1];
}
}
Expand All @@ -26,7 +25,6 @@ static inline const char *printk_skip_level(const char *buffer)
switch (buffer[1]) {
case '0' ... '7':
case 'd': /* KERN_DEFAULT */
case 'c': /* KERN_CONT */
return buffer + 2;
}
}
Expand Down

0 comments on commit 52705bd

Please sign in to comment.