Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

char: broadcom : Remove unnecessary dev_info output #1830

Merged
merged 1 commit into from Feb 6, 2017

Conversation

JamesH65
Copy link
Contributor

@JamesH65 JamesH65 commented Feb 6, 2017

The open function was spamming syslog every time
called, so have removed call completely.

The open function was spamming syslog every time
called, so have removed call completely.
@popcornmix
Copy link
Collaborator

I'm happy with this.
It could be changed to dev_dbg which should be silent by default, but can be enabled with #define DEBUG 1. But as there aren't any other useful debugging messages (e.g. in the release function) then it wouldn't be very useful.

@pelwell okay to merge?

@pelwell pelwell merged commit c376c9f into raspberrypi:rpi-4.4.y Feb 6, 2017
popcornmix pushed a commit that referenced this pull request Feb 6, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request Feb 6, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request Feb 10, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix added a commit to raspberrypi/firmware that referenced this pull request Feb 10, 2017
kernel: gpio_mem: Remove unnecessary dev_info output (#1830)
See: raspberrypi/linux#1830

kernel: vc4-kms-v3d: VC4 crash fix, performance improvement, and sanity checking
See: raspberrypi/linux#1835
popcornmix added a commit to Hexxeh/rpi-firmware that referenced this pull request Feb 10, 2017
kernel: gpio_mem: Remove unnecessary dev_info output (#1830)
See: raspberrypi/linux#1830

kernel: vc4-kms-v3d: VC4 crash fix, performance improvement, and sanity checking
See: raspberrypi/linux#1835
popcornmix pushed a commit that referenced this pull request Feb 13, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request Feb 16, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request Feb 20, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request Feb 20, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request Feb 20, 2017
The open function was spamming syslog every time
called, so have removed call completely.
ED6E0F17 pushed a commit to ED6E0F17/linux that referenced this pull request Feb 24, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request Mar 1, 2017
The open function was spamming syslog every time
called, so have removed call completely.
ED6E0F17 pushed a commit to ED6E0F17/linux that referenced this pull request Mar 12, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request Mar 12, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request Mar 17, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request Mar 18, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request Mar 23, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request Mar 27, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request Mar 31, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request Apr 2, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request Apr 10, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request Apr 13, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request Apr 18, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request Apr 22, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request Apr 24, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request Apr 27, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request May 5, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request May 9, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request May 15, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request May 21, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request May 24, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request Jul 12, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request Aug 10, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request Aug 13, 2017
The open function was spamming syslog every time
called, so have removed call completely.
popcornmix pushed a commit that referenced this pull request Oct 29, 2017
The open function was spamming syslog every time
called, so have removed call completely.
ryncsn pushed a commit to ryncsn/linux-rasp that referenced this pull request Nov 21, 2017
The open function was spamming syslog every time
called, so have removed call completely.
@JamesH65 JamesH65 deleted the gpiomem branch September 14, 2018 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants