Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3882
b: refs/heads/master
c: b79646e
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jun 29, 2005
1 parent b270287 commit 49003f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b92eac01c3c6ad5dab5c74d3bc32ac8e9bf4dae7
refs/heads/master: b79646e3dd51b389b2a570b454f8e2fb7a613e37
4 changes: 2 additions & 2 deletions trunk/drivers/isdn/hisax/hfc4s8s_l1.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ wait_busy(hfc4s8s_hw * a)
/* function to read critical counter registers that */
/* may be udpated by the chip during read */
/******************************************************/
static volatile u_char
static u_char
Read_hfc8_stable(hfc4s8s_hw * hw, int reg)
{
u_char ref8;
Expand All @@ -324,7 +324,7 @@ Read_hfc8_stable(hfc4s8s_hw * hw, int reg)
return in8;
}

static volatile int
static int
Read_hfc16_stable(hfc4s8s_hw * hw, int reg)
{
int ref16;
Expand Down

0 comments on commit 49003f9

Please sign in to comment.