Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
c4f3d41f
Commit
c4f3d41f
authored
Jul 29, 2007
by
Stefan Richter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ieee1394: pcilynx: superfluous local variables
Signed-off-by:
Stefan Richter
<
stefanr@s5r6.in-berlin.de
>
parent
661afcae
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
drivers/ieee1394/pcilynx.c
drivers/ieee1394/pcilynx.c
+0
-3
No files found.
drivers/ieee1394/pcilynx.c
View file @
c4f3d41f
...
@@ -765,7 +765,6 @@ static int lynx_devctl(struct hpsb_host *host, enum devctl_cmd cmd, int arg)
...
@@ -765,7 +765,6 @@ static int lynx_devctl(struct hpsb_host *host, enum devctl_cmd cmd, int arg)
}
else
{
}
else
{
struct
ti_pcl
pcl
;
struct
ti_pcl
pcl
;
u32
ack
;
u32
ack
;
struct
hpsb_packet
*
packet
;
PRINT
(
KERN_INFO
,
lynx
->
id
,
"cancelling async packet, that was already in PCL"
);
PRINT
(
KERN_INFO
,
lynx
->
id
,
"cancelling async packet, that was already in PCL"
);
...
@@ -1470,8 +1469,6 @@ static int __devinit add_card(struct pci_dev *dev,
...
@@ -1470,8 +1469,6 @@ static int __devinit add_card(struct pci_dev *dev,
if
(
i2c_transfer
(
i2c_ad
,
msg
,
2
)
<
0
)
{
if
(
i2c_transfer
(
i2c_ad
,
msg
,
2
)
<
0
)
{
PRINT
(
KERN_ERR
,
lynx
->
id
,
"unable to read bus info block from i2c"
);
PRINT
(
KERN_ERR
,
lynx
->
id
,
"unable to read bus info block from i2c"
);
}
else
{
}
else
{
int
i
;
PRINT
(
KERN_INFO
,
lynx
->
id
,
"got bus info block from serial eeprom"
);
PRINT
(
KERN_INFO
,
lynx
->
id
,
"got bus info block from serial eeprom"
);
/* FIXME: probably we shoud rewrite the max_rec, max_ROM(1394a),
/* FIXME: probably we shoud rewrite the max_rec, max_ROM(1394a),
* generation(1394a) and link_spd(1394a) field and recalculate
* generation(1394a) and link_spd(1394a) field and recalculate
...
...
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