Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts: drivers/net/benet/be_cmds.h include/linux/sysctl.h
This commit is contained in:
@@ -3152,7 +3152,7 @@ static void
|
||||
hfcmulti_pcm(struct hfc_multi *hc, int ch, int slot_tx, int bank_tx,
|
||||
int slot_rx, int bank_rx)
|
||||
{
|
||||
if (slot_rx < 0 || slot_rx < 0 || bank_tx < 0 || bank_rx < 0) {
|
||||
if (slot_tx < 0 || slot_rx < 0 || bank_tx < 0 || bank_rx < 0) {
|
||||
/* disable PCM */
|
||||
mode_hfcmulti(hc, ch, hc->chan[ch].protocol, -1, 0, -1, 0);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user