Remove retry_count.
This commit is contained in:
parent
7796b5037d
commit
a59c4504d1
@ -1612,7 +1612,6 @@ fw_bus_explore_callback(struct fw_xfer *xfer)
|
|||||||
fw_bus_explore(fc);
|
fw_bus_explore(fc);
|
||||||
return;
|
return;
|
||||||
errnode:
|
errnode:
|
||||||
fc->retry_count++;
|
|
||||||
if (fc->ongodev != NULL) {
|
if (fc->ongodev != NULL) {
|
||||||
fc->ongodev->status = FWDEVINVAL;
|
fc->ongodev->status = FWDEVINVAL;
|
||||||
/* Invalidate ROM */
|
/* Invalidate ROM */
|
||||||
|
@ -110,9 +110,7 @@ struct firewire_comm{
|
|||||||
u_int irm;
|
u_int irm;
|
||||||
u_int max_node;
|
u_int max_node;
|
||||||
u_int max_hop;
|
u_int max_hop;
|
||||||
u_int max_asyretry;
|
|
||||||
#define FWPHYASYST (1 << 0)
|
#define FWPHYASYST (1 << 0)
|
||||||
u_int retry_count;
|
|
||||||
uint32_t ongobus:10,
|
uint32_t ongobus:10,
|
||||||
ongonode:6,
|
ongonode:6,
|
||||||
ongoaddr:16;
|
ongoaddr:16;
|
||||||
|
Loading…
Reference in New Issue
Block a user