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
592cd34d
Commit
592cd34d
authored
Jun 26, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'spi/topic/txx9' into spi-next
parents
cf7315b2
69a01719
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
drivers/spi/spi-txx9.c
drivers/spi/spi-txx9.c
+0
-2
No files found.
drivers/spi/spi-txx9.c
View file @
592cd34d
...
...
@@ -419,7 +419,6 @@ static int txx9spi_probe(struct platform_device *dev)
clk_disable
(
c
->
clk
);
clk_put
(
c
->
clk
);
}
platform_set_drvdata
(
dev
,
NULL
);
spi_master_put
(
master
);
return
ret
;
}
...
...
@@ -430,7 +429,6 @@ static int txx9spi_remove(struct platform_device *dev)
struct
txx9spi
*
c
=
spi_master_get_devdata
(
master
);
spi_unregister_master
(
master
);
platform_set_drvdata
(
dev
,
NULL
);
destroy_workqueue
(
c
->
workqueue
);
clk_disable
(
c
->
clk
);
clk_put
(
c
->
clk
);
...
...
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