Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247738
b: refs/heads/master
c: fa7479c
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed May 19, 2011
1 parent ed6b942 commit ca6b33f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: d187c1aab8d30771bb781c745b150f6159467d6f
refs/heads/master: fa7479cf48103ee9261398034528495966bd7d2d
3 changes: 0 additions & 3 deletions trunk/net/irda/irlan/irlan_provider.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ static void irlan_provider_connect_indication(void *instance, void *sap,
{
struct irlan_cb *self;
struct tsap_cb *tsap;
__u32 saddr, daddr;

IRDA_DEBUG(0, "%s()\n", __func__ );

Expand All @@ -141,8 +140,6 @@ static void irlan_provider_connect_indication(void *instance, void *sap,
IRDA_ASSERT(tsap == self->provider.tsap_ctrl,return;);
IRDA_ASSERT(self->provider.state == IRLAN_IDLE, return;);

daddr = irttp_get_daddr(tsap);
saddr = irttp_get_saddr(tsap);
self->provider.max_sdu_size = max_sdu_size;
self->provider.max_header_size = max_header_size;

Expand Down

0 comments on commit ca6b33f

Please sign in to comment.