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
Kirill Smelkov
linux
Commits
79bcb732
Commit
79bcb732
authored
Aug 21, 2003
by
Trond Myklebust
Browse files
Options
Browse Files
Download
Plain Diff
Merge
http://nfsclient.bkbits.net/linux-2.5
into fys.uio.no:/home/linux/bitkeeper/nfsclient-2.5
parents
461704b1
ad556f8f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/char/Kconfig
drivers/char/Kconfig
+1
-1
drivers/isdn/hisax/sedlbauer_cs.c
drivers/isdn/hisax/sedlbauer_cs.c
+0
-1
kernel/kallsyms.c
kernel/kallsyms.c
+1
-0
No files found.
drivers/char/Kconfig
View file @
79bcb732
...
...
@@ -6,7 +6,7 @@ menu "Character devices"
config VT
bool "Virtual terminal" if EMBEDDED
requires INPUT=y
select INPUT
default y
---help---
If you say Y here, you will get support for terminal devices with
...
...
drivers/isdn/hisax/sedlbauer_cs.c
View file @
79bcb732
...
...
@@ -647,7 +647,6 @@ static void __exit exit_sedlbauer_cs(void)
/* XXX: this really needs to move into generic code.. */
while
(
dev_list
!=
NULL
)
{
del_timer
(
&
dev_list
->
release
);
if
(
dev_list
->
state
&
DEV_CONFIG
)
sedlbauer_release
(
dev_list
);
sedlbauer_detach
(
dev_list
);
...
...
kernel/kallsyms.c
View file @
79bcb732
...
...
@@ -252,6 +252,7 @@ static int kallsyms_open(struct inode *inode, struct file *file)
iter
=
kmalloc
(
sizeof
(
*
iter
),
GFP_KERNEL
);
if
(
!
iter
)
return
-
ENOMEM
;
reset_iter
(
iter
);
ret
=
seq_open
(
file
,
&
kallsyms_op
);
if
(
ret
==
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