Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
2ca1bbff
Commit
2ca1bbff
authored
Oct 07, 2004
by
Wim Van Sebroeck
Committed by
Linus Torvalds
Oct 07, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[WATCHDOG] s3c2410_wdt.c-wdog-fix5.patch
Changed nowayout handling so that it uses the "Kconfig" value.
parent
7898d62c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
drivers/char/watchdog/s3c2410_wdt.c
drivers/char/watchdog/s3c2410_wdt.c
+6
-2
No files found.
drivers/char/watchdog/s3c2410_wdt.c
View file @
2ca1bbff
...
...
@@ -55,13 +55,17 @@
#define PFX "s3c2410-wdt: "
#define CONFIG_WATCHDOG_NOWAYOUT (0)
#define CONFIG_S3C2410_WATCHDOG_ATBOOT (0)
#define CONFIG_S3C2410_WATCHDOG_DEFAULT_TIME (15)
#ifdef CONFIG_WATCHDOG_NOWAYOUT
static
int
nowayout
=
1
;
#else
static
int
nowayout
=
0
;
#endif
static
int
tmr_margin
=
CONFIG_S3C2410_WATCHDOG_DEFAULT_TIME
;
static
int
tmr_atboot
=
CONFIG_S3C2410_WATCHDOG_ATBOOT
;
static
int
nowayout
=
CONFIG_WATCHDOG_NOWAYOUT
;
static
int
soft_noboot
=
0
;
static
int
debug
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment