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
b612cacb
Commit
b612cacb
authored
Aug 08, 2005
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge master.kernel.org:/home/rmk/linux-2.6-arm
parents
7a91bf7f
71abe999
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
drivers/acorn/block/fd1772.c
drivers/acorn/block/fd1772.c
+1
-2
drivers/video/sa1100fb.c
drivers/video/sa1100fb.c
+1
-1
No files found.
drivers/acorn/block/fd1772.c
View file @
b612cacb
...
...
@@ -1283,8 +1283,7 @@ static void do_fd_request(request_queue_t* q)
if
(
fdc_busy
)
return
;
save_flags
(
flags
);
cli
();
while
(
fdc_busy
)
sleep_on
(
&
fdc_wait
);
wait_event
(
fdc_wait
,
!
fdc_busy
);
fdc_busy
=
1
;
ENABLE_IRQ
();
restore_flags
(
flags
);
...
...
drivers/video/sa1100fb.c
View file @
b612cacb
...
...
@@ -598,7 +598,7 @@ sa1100fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue,
* requests for the LCD controller. If we hit this, it means we're
* doing nothing but LCD DMA.
*/
static
unsigned
int
sa1100fb_display_dma_period
(
struct
fb_var_screeninfo
*
var
)
static
inline
unsigned
int
sa1100fb_display_dma_period
(
struct
fb_var_screeninfo
*
var
)
{
/*
* Period = pixclock * bits_per_byte * bytes_per_transfer
...
...
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