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
93e76fbc
Commit
93e76fbc
authored
Sep 22, 2003
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://kernel.bkbits.net/gregkh/linux/i2c-2.5
into home.osdl.org:/home/torvalds/v2.5/linux
parents
dcfae049
7405ed28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
drivers/telephony/ixj_pcmcia.c
drivers/telephony/ixj_pcmcia.c
+3
-1
No files found.
drivers/telephony/ixj_pcmcia.c
View file @
93e76fbc
...
@@ -60,8 +60,10 @@ static dev_link_t *ixj_attach(void)
...
@@ -60,8 +60,10 @@ static dev_link_t *ixj_attach(void)
link
->
conf
.
Vcc
=
50
;
link
->
conf
.
Vcc
=
50
;
link
->
conf
.
IntType
=
INT_MEMORY_AND_IO
;
link
->
conf
.
IntType
=
INT_MEMORY_AND_IO
;
link
->
priv
=
kmalloc
(
sizeof
(
struct
ixj_info_t
),
GFP_KERNEL
);
link
->
priv
=
kmalloc
(
sizeof
(
struct
ixj_info_t
),
GFP_KERNEL
);
if
(
!
link
->
priv
)
if
(
!
link
->
priv
)
{
kfree
(
link
);
return
NULL
;
return
NULL
;
}
memset
(
link
->
priv
,
0
,
sizeof
(
struct
ixj_info_t
));
memset
(
link
->
priv
,
0
,
sizeof
(
struct
ixj_info_t
));
/* Register with Card Services */
/* Register with Card Services */
link
->
next
=
dev_list
;
link
->
next
=
dev_list
;
...
...
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