]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
net: emacps: Move request_irq to the end of probe function
authorMichal Simek <michal.simek@xilinx.com>
Wed, 22 May 2013 08:10:54 +0000 (10:10 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 23 May 2013 06:54:12 +0000 (08:54 +0200)
commita3d46f7baee35f2d71c300db10fd06ba4f88fe27
tree303e081623a5e86bad76e40903ad7399248a4931
parentfda21916d32421d3d30c0dfa39397ceaabfe3028
net: emacps: Move request_irq to the end of probe function

Move request_irq function to the end of emacps probe
because when system crashes there could be unhadled
interrupts when crashkernel come again and after
request_irq driver starts to handle it but not all
things are initialized yet.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/net/ethernet/xilinx/xilinx_emacps.c