BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mangoh-drivers
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
mangoh-drivers
Commits
f58376a7
Commit
f58376a7
authored
Jun 27, 2018
by
David Frey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up formatting of can_iot module
parent
4a9ce3c3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
can_iot.c
linux_kernel_modules/can_common/can_iot.c
+4
-4
No files found.
linux_kernel_modules/can_common/can_iot.c
View file @
f58376a7
...
...
@@ -17,11 +17,13 @@ static struct platform_driver can_iot_drv = {
.owner = THIS_MODULE,
},
};
static int can_iot_probe (struct platform_device *pdev){
static int can_iot_probe (struct platform_device *pdev)
{
return 0;
}
static void can_iot_remove(struct platform_device *pdev){
static void can_iot_remove(struct platform_device *pdev)
{
}
*/
...
...
@@ -43,8 +45,6 @@ static struct spi_device *spi_device;
static
int
__init
can_iot_init
(
void
)
{
/* MCP251x needs us to allocate the GPIO irq it will request */
if
((
gpio_request
(
CF3_GPIO42
,
"can_irq"
)
==
0
)
&&
(
gpio_direction_input
(
CF3_GPIO42
)
==
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