Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ieee1394: ieee1394_transactions.c: remove dead code

This patch removes dead code spotted by the Intel C Compiler.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>

authored by

Adrian Bunk and committed by
Stefan Richter
2ed45b07 0bd243c4

-2
-2
drivers/ieee1394/ieee1394_transactions.c
··· 235 235 packet->node_id); 236 236 return -EAGAIN; 237 237 } 238 - BUG(); 239 238 240 239 case ACK_BUSY_X: 241 240 case ACK_BUSY_A: ··· 281 282 packet->ack_code, packet->node_id, packet->tcode); 282 283 return -EAGAIN; 283 284 } 284 - BUG(); 285 285 } 286 286 287 287 struct hpsb_packet *hpsb_make_readpacket(struct hpsb_host *host, nodeid_t node,